The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord

change bot slogan

shi.gg 9d03f627 e2280568

verified
+6 -6
+5 -5
app/(home)/page.tsx
··· 84 84 85 85 <h1 className={cn(montserrat.className, "lg:text-7xl md:text-6xl text-5xl font-semibold dark:text-neutral-100 text-neutral-900 break-words")}> 86 86 <span className="bg-gradient-to-r from-indigo-400 to-pink-400 bg-clip-text text-transparent h-20 break-keep"> 87 - Next generation 87 + Accessibility 88 88 </span> 89 - {" of "} 89 + {" for "} 90 90 <span className="break-keep inline-flex items-center"> 91 91 Discord 92 92 <DiscordAppBadge className="mt-1 scale-[250%] md:scale-[300%] lg:scale-[360%] relative left-12 md:left-14 lg:left-20" /> ··· 94 94 </h1> 95 95 96 96 <span className="text-lg font-medium max-w-[38rem] mb-4"> 97 - Engage in leaderboards, starboards, and a welcoming atmosphere. 98 - Dive into /anime&apos;s, free chat ai, and the power of Text-to-Speech. 99 - Stay updated with dailyposts and receive social notifications! 97 + Accessibility where it&apos;s needed the most: Discord Voice Chats. 98 + Social notifications to stay connected and up to date with anyone, anywhere. 99 + Simple, customizable, free, and built in public. 100 100 </span> 101 101 102 102 <AvatarGroup className="mr-auto md:hidden">
+1 -1
app/layout.tsx
··· 41 41 export const generateMetadata = (): Metadata => { 42 42 43 43 const title = "Wamellow: Next-gen of Discord Bots & Apps"; 44 - const description = "Engage with leaderboards, starboards, and welcoming atmosphere. Dive into anime discussions, enjoy free chat aI and unleash the power of Text-To-Speech."; 44 + const description = "Accessibility where it&apos;s needed the most: Discord Voice Chats. Social notifications to stay connected and up to date with anyone, anywhere. Simple, customizable, free, and built in public."; 45 45 46 46 return { 47 47 metadataBase: new URL(getBaseUrl()),