···84848585 <h1 className={cn(montserrat.className, "lg:text-7xl md:text-6xl text-5xl font-semibold dark:text-neutral-100 text-neutral-900 break-words")}>
8686 <span className="bg-gradient-to-r from-indigo-400 to-pink-400 bg-clip-text text-transparent h-20 break-keep">
8787- Next generation
8787+ Accessibility
8888 </span>
8989- {" of "}
8989+ {" for "}
9090 <span className="break-keep inline-flex items-center">
9191 Discord
9292 <DiscordAppBadge className="mt-1 scale-[250%] md:scale-[300%] lg:scale-[360%] relative left-12 md:left-14 lg:left-20" />
···9494 </h1>
95959696 <span className="text-lg font-medium max-w-[38rem] mb-4">
9797- Engage in leaderboards, starboards, and a welcoming atmosphere.
9898- Dive into /anime's, free chat ai, and the power of Text-to-Speech.
9999- Stay updated with dailyposts and receive social notifications!
9797+ Accessibility where it's needed the most: Discord Voice Chats.
9898+ Social notifications to stay connected and up to date with anyone, anywhere.
9999+ Simple, customizable, free, and built in public.
100100 </span>
101101102102 <AvatarGroup className="mr-auto md:hidden">
+1-1
app/layout.tsx
···4141export const generateMetadata = (): Metadata => {
42424343 const title = "Wamellow: Next-gen of Discord Bots & Apps";
4444- 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.";
4444+ const description = "Accessibility where it'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.";
45454646 return {
4747 metadataBase: new URL(getBaseUrl()),