···6565 <ServerGrid guilds={topGuilds} />
66666767 <div className="md:text-xl text-lg lg:flex w-full mt-4">
6868- <div className="tracking-wide w-full grid grid-cols-2 md:flex flex-wrap h-min gap-2">
6868+ <div className="font-medium w-full grid grid-cols-2 md:flex flex-wrap h-min gap-2">
6969 <ServerButton
7070 as={Link}
7171 href="/bot/pronouns"
···119119 </div>
120120121121122122- <span className={`lg:ml-auto flex gap-2 text-neutral-500 tracking-wider ${handwritten.className} mt-3 opacity-80 pl-20 lg:pr-20 rotate-2`}>
122122+ <span className={`lg:ml-auto flex gap-2 text-neutral-500 font-mediumr ${handwritten.className} mt-3 opacity-80 pl-20 lg:pr-20 rotate-2`}>
123123 <Image src={ArrowPic} width={24} height={24} alt="arrow up" className="h-5 w-5 relative top-px" draggable={false} />
124124 Get started here in seconds
125125 </span>
···136136 <div className="w-full mt-6">
137137 <div className="flex gap-4 items-center mb-2">
138138 <span className="flex items-center gap-2">
139139- <ImageReduceMotion url="/discord" size={64} alt="mwlica's profile picture" className="w-12 h-12 rounded-full" />
139139+ <ImageReduceMotion url="/discord" size={64} alt="users's profile picture" className="w-12 h-12 rounded-full" />
140140 <div>
141141 <span className="text-xl font-medium dark:text-neutral-200 text-neutral-800">@deleted user</span> <br />
142142 <span className="dark:text-neutral-300 text-neutral-700">Pronouns user</span>
···144144 </span>
145145 <HiChevronRight className="w-8 h-8" />
146146 </div>
147147- <span className={`${handwritten.className} text-2xl break-words`}>„{"I have a lot of friends who have different preferred pronouns and identities and I think it's super sweet y'all have the feature that they can change their pronouns anytime so I put your not in my servers and a friend may put it in theirs too 🥰"}“</span>
147147+ <span className={`${handwritten.className} text-2xl break-words`}>„{"I have a lot of friends who have different preferred pronouns and identities and I think it's super sweet y'all have the feature that they can change their pronouns anytime so I put your bot in my servers and a friend may put it in theirs too 🥰"}“</span>
148148 </div>
149149150150 </div>
+278-249
app/(home)/page.tsx
···11import { Montserrat, Patrick_Hand } from "next/font/google";
22import Image from "next/image";
33import Link from "next/link";
44-import { Suspense } from "react";
54import { BsDiscord } from "react-icons/bs";
66-import { HiArrowRight, HiFire, HiInformationCircle, HiUserAdd } from "react-icons/hi";
55+import { HiArrowRight, HiBadgeCheck, HiCash, HiChevronRight, HiFingerPrint, HiFire, HiInformationCircle, HiUserAdd } from "react-icons/hi";
7687import Badge from "@/components/badge";
88+import Box from "@/components/box";
99import { StatsBar } from "@/components/counter";
1010import Highlight from "@/components/discord/markdown";
1111import DiscordMessage from "@/components/discord/message";
1212import DiscordMessageEmbed from "@/components/discord/message-embed";
1313-import DiscordMessageFile from "@/components/discord/Message-file";
1313+import DiscordMessageFile from "@/components/discord/message-file";
1414import ServerGrid from "@/components/guild-grid";
1515-import { ListTab } from "@/components/list";
1615import { ServerButton } from "@/components/server-button";
1716import ArrowPic from "@/public/arroww.webp";
1817import LeaderboardPic from "@/public/leaderboard.webp";
1818+import SpacePic from "@/public/space.webp";
1919import WaifuPic from "@/public/waifu.webp";
2020import WelcomePic from "@/public/welcome.webp";
2121import { ApiV1StatisticsGetResponse, ApiV1TopguildsGetResponse } from "@/typings";
···4141 const uwus = ["UwU", "uwu", "OwO", "owo", "QwQ", "qwq", ">:(", "Femboys ❤️"];
4242 const intl = new Intl.NumberFormat("en", { notation: "standard" });
43434444+ const styles = {
4545+ h2: cn(montserrat.className, "lg:text-5xl text-4xl bg-gradient-to-b bg-clip-text text-transparent from-neutral-200 from-40% to-neutral-400 font-bold underline decoration-violet-400"),
4646+ h3: cn(montserrat.className, "lg:text-2xl text-xl bg-gradient-to-b bg-clip-text text-transparent from-neutral-200 from-40% to-neutral-300 font-semibold")
4747+ };
4848+4949+ const messageProps = (command?: string) => {
5050+ return {
5151+ mode: "DARK" as const,
5252+ commandUsed: command ? {
5353+ name: command,
5454+ username: "@mwlica",
5555+ avatar: "/luna-small.webp",
5656+ bot: false
5757+ } : undefined,
5858+5959+ user: {
6060+ username: "Wamellow",
6161+ avatar: "/waya-v3-small.webp",
6262+ bot: true
6363+ }
6464+ };
6565+ };
6666+4467 const Invite = () => (
4568 <ServerButton
4669 as={Link}
···7396 {topGuilds && <ServerGrid guilds={topGuilds} />}
74977598 <div className="md:text-xl text-lg lg:flex w-full mt-4">
7676- <span className="tracking-wide">
9999+ <span className="font-medium">
77100 Experience the next-gen revolution, offering a list of features and extensive customization, providing a superior alternative to popular bots.
78101 </span>
79102···103126 </div>
104127105128106106- <span className={`lg:ml-auto flex gap-2 text-neutral-500 tracking-wider ${handwritten.className} mt-3 opacity-80 pl-20 lg:pr-20 rotate-2`}>
129129+ <span className={`lg:ml-auto flex gap-2 text-neutral-500 font-mediumr ${handwritten.className} mt-3 opacity-80 pl-20 lg:pr-20 rotate-2`}>
107130 <Image src={ArrowPic} width={24} height={24} alt="arrow up" className="h-5 w-5 relative top-px" draggable={false} />
108131 Get started here in seconds
109132 </span>
···114137115138 <div className="lg:mt-14 mt-10" />
116139117117- <article itemScope itemType="http://schema.org/Article" className="flex flex-col gap-28 mb-16">
140140+ <article itemScope itemType="http://schema.org/Article" className="flex flex-col gap-28 mb-10">
118141119119- <div className="flex flex-col md:flex-row gap-8 items-center">
120120-121121- <div className="md:w-1/2">
122122- <h2 className={`${montserrat.className} lg:text-4xl text-3xl dark:text-neutral-100 text-neutral-900 font-semibold underline decoration-violet-400`}>Fun /ranks & /leaderboards 🦄</h2>
123123- <div className="text-lg pt-6">
124124- Enhance your server{"’"}s engagement with our text-, voice- and invite based leaderboards, tailored to track and reward your most active members.
125125- Craft tailored access to channels and roles, granting exclusive permissions to dedicated members.
126126- By motivating your members to communicate, you{"’"}ll cultivate a more dynamic server community.
127127- Drive interaction and establish a feeling of accomplishment as users advance through our engaging framework.
128128- </div>
129129-130130- <div className="flex gap-2 mt-4">
131131- <Invite />
132132- <ServerButton
133133- as={Link}
134134- startContent={<HiArrowRight />}
135135- href="/leaderboard/1055188344188973066"
136136- >
137137- View Leaderboard
138138- </ServerButton>
139139- </div>
140140-142142+ <div>
143143+ <h2 className={styles.h2}>Fun leveling and leaderboards 🦄</h2>
144144+ <div className="my-8 max-w-md font-medium">
145145+ Have you ever dreamed of not using <span className="line-through">MEE6™</span>? Just use <span className="font-bold">Wamellow</span> instead and don{"'"}t pay premium to personalise your cards and webpages!
141146 </div>
142147143143- <div className="md:ml-auto md:w-1/2 px-3 pb-3">
144144- <Suspense>
145145- <ListTab
146146- tabs={[
147147- {
148148- name: "Messages",
149149- value: ""
150150- },
151151- {
152152- name: "Voicetime",
153153- value: "voiceminutes"
154154- },
155155- {
156156- name: "Invites",
157157- value: "invites"
158158- }
159159- ]}
160160- url="/"
161161- searchParamName="type"
162162- disabled={true}
148148+ <Box className="flex flex-col md:flex-row gap-10 items-center">
149149+ <div className="md:w-1/2">
150150+ <Badge
151151+ before={<HiCash />}
152152+ text="100% free forever"
153153+ classname="mr-auto ml-0 mb-4"
163154 />
164164- </Suspense>
165165- <Image src={LeaderboardPic} itemProp="image" width={1224 / 1.8} height={768 / 1.8} alt="Example leaderboard webpage" />
166166- </div>
155155+ <h3 className={styles.h3}>/leaderboard & /rank</h3>
156156+ <div className="pt-6">
157157+ Enhance your server{"’"}s engagement with our text-, voice- and invite based leaderboards, tailored to track and reward your most active members.
158158+ By motivating your members to communicate, you{"’"}ll cultivate a more active server community.
159159+ </div>
160160+ <div className="flex gap-2 mt-6">
161161+ <Invite />
162162+ <ServerButton
163163+ as={Link}
164164+ className="bg-wamellow-light"
165165+ startContent={<HiArrowRight />}
166166+ href="/leaderboard/1055188344188973066"
167167+ >
168168+ View Leaderboard
169169+ </ServerButton>
170170+ </div>
171171+ </div>
167172173173+ <div className="w-full md:w-1/2 px-8 py-4 rounded-lg" style={{ backgroundColor: "rgb(43, 45, 49)" }}>
174174+ <DiscordMessage {...messageProps("leaderboard")}>
175175+ <Image src={LeaderboardPic} itemProp="image" alt="" height={1024 / 2} width={2048 / 2} loading="lazy" />
176176+ </DiscordMessage>
177177+ </div>
178178+ </Box>
168179 </div>
169180170170- <div className="flex flex-col-reverse md:flex-row gap-8 items-center">
171171-172172- <div className="md:ml-auto md:w-1/2 w-full px-3 pb-3">
173173- <DiscordMessage
174174- mode={"DARK"}
175175- user={{
176176- username: "Wamellow",
177177- avatar: "/waya-v3-small.webp",
178178- bot: true
179179- }}
180180- >
181181- <Highlight
182182- mode={"DARK"}
183183- text="Welcome @mwlica to **Someone's x Waya** 👋"
184184- />
185185-186186- <Image src={WelcomePic} itemProp="image" alt="Example welcome card" width={1024 / 2} height={(256 + 16) / 2} loading="lazy" className="lg:w-[400px] md:w-[300px] lg:h-[106px] md:h-[80px]" />
187187-188188- </DiscordMessage>
181181+ <div>
182182+ <h2 className={styles.h2}>Next-Level text to speech, tts 🔊</h2>
183183+ <div className="my-8 max-w-md font-medium">
184184+ Embrace the power of VoiceWave and let your messages speak everywhere you want! <span className="text-sm relative top-1 italic opacity-75">(Chat GPT called it VoiceWave)</span>
189185 </div>
190186191191- <div className="text-left md:w-1/2">
192192- <h2 className={`${montserrat.className} lg:text-4xl text-3xl dark:text-neutral-100 text-neutral-900 font-semibold underline decoration-violet-400`}>Heyho and bye 👋</h2>
193193- <div className="text-lg pt-6">
194194- Give a warm welcome to new members, introducing them to rules, topics, and ongoing events.
195195- Ensure a positive, inclusive experience from the start, fostering community and engagement.
196196- Make newcomers feel valued, enabling them to actively contribute to your vibrant channels.
197197- Whether gaming, joining a guild, or casual chat, every member should sense a strong community bond.
187187+ <Box className="flex flex-col md:flex-row-reverse gap-10 items-center">
188188+ <div className="md:w-1/2">
189189+ <Badge
190190+ before={<HiCash />}
191191+ text="100% free forever"
192192+ classname="mr-auto ml-0 mb-4"
193193+ />
194194+ <h3 className={styles.h3}>40 Voices in 5 Languages</h3>
195195+ <div className="pt-6">
196196+ With Wamellow{"'"}s Text to Speech, you{"'"}re in control of transforming text into captivating speech across various languages and over 40 distinct voices.
197197+ Whether you need standalone audio files or want to bring your text to life in a voice chat. Our TTS supports up to 4,000 characters!
198198+ </div>
199199+ <div className="flex gap-2 mt-6">
200200+ <Invite />
201201+ </div>
198202 </div>
199203200200- <div className="flex gap-2 mt-4">
201201- <Invite />
202202- <ServerButton
203203- as={Link}
204204- startContent={<HiArrowRight />}
205205- href="/dashboard?to=greeting"
206206- >
207207- Setup
208208- </ServerButton>
204204+ <div className="w-full md:w-1/2 px-8 py-4 rounded-lg" style={{ backgroundColor: "rgb(43, 45, 49)" }}>
205205+ <DiscordMessage {...messageProps("tts file")}>
206206+ <DiscordMessageFile
207207+ mode={"DARK"}
208208+ duration={18}
209209+ />
210210+ </DiscordMessage>
209211 </div>
212212+ </Box>
213213+ </div>
210214215215+ <div>
216216+ <h2 className={styles.h2}>Fun with Starboards ⭐</h2>
217217+ <div className="my-8 max-w-md font-medium">
218218+ Join us in celebrating the best of your community by using Starboards to highlight and share messages that shine!
211219 </div>
212220213213- </div>
221221+ <Box className="flex flex-col md:flex-row gap-10 items-center">
222222+ <div className="md:w-1/2">
223223+ <Badge
224224+ before={<HiBadgeCheck />}
225225+ text="My lawyer said that title below"
226226+ classname="mr-auto ml-0 mb-4"
227227+ />
228228+ <h3 className={styles.h3}>POGBOARD DEEZ NUTS</h3>
229229+ <div className="pt-6">
230230+ With Starboards, you have the power to elevate remarkable messages within our server.
231231+ When you come across a post that deserves recognition, simply vote it up, and watch as it takes center stage for everyone to see.
232232+ This feature ensures that exceptional content gets the attention it deserves, fostering a lively and engaging atmosphere.
233233+ </div>
234234+ <div className="flex gap-2 mt-6">
235235+ <Invite />
236236+ <ServerButton
237237+ as={Link}
238238+ className="bg-wamellow-light"
239239+ startContent={<HiArrowRight />}
240240+ href="/dashboard?to=starboard"
241241+ >
242242+ Setup
243243+ </ServerButton>
244244+ </div>
245245+ </div>
214246215215- <div className="flex flex-col md:flex-row gap-8 items-center">
247247+ <div className="w-full md:w-1/2 px-8 py-4 rounded-lg" style={{ backgroundColor: "rgb(43, 45, 49)" }}>
248248+ <DiscordMessage {...messageProps()}>
249249+ <DiscordMessageEmbed
250250+ mode={"DARK"}
251251+ color={0xbd7fd6}
252252+ author={{
253253+ text: "@mwlica",
254254+ icon_url: "/luna-small.webp"
255255+ }}
256256+ >
257257+ I DONT EVEN HAVE A CAR
216258217217- <div className="md:w-1/2">
218218- <h2 className={`${montserrat.className} lg:text-4xl text-3xl dark:text-neutral-100 text-neutral-900 font-semibold underline decoration-violet-400`}>Fun with Starboards ⭐</h2>
219219- <div className="text-lg pt-6">
220220- With Starboards, you have the power to elevate remarkable messages within our server.
221221- When you come across a post that deserves recognition, simply vote it up, and watch as it takes center stage for everyone to see.
222222- This feature ensures that exceptional content gets the attention it deserves, fostering a lively and engaging atmosphere.
223223- Join us in celebrating the best of our community by using Starboards to highlight and share messages that truly shine!
224224- </div>
259259+ <div className="flex gap-1 mt-4 mb-1">
260260+ <span className="font-bold flex gap-1 items-center">⭐ 3</span>
261261+ •
262262+ <span className="text-blue-500 hover:underline cursor-pointer">#lounge</span>
263263+ </div>
225264226226- <div className="flex gap-2 mt-4">
227227- <Invite />
228228- <ServerButton
229229- as={Link}
230230- startContent={<HiArrowRight />}
231231- href="/dashboard?to=starboard"
232232- >
233233- Setup
234234- </ServerButton>
265265+ <Highlight mode={"DARK"} text="**Replied to @drijon**" />
266266+ <Highlight mode={"DARK"} text="As if someone creates a discord account being like: OH I NEED TO KNOW THE GAS PRICES. THERE IS A NICE WAY FOR IT. MEE6 PREMIUM!" />
267267+ </DiscordMessageEmbed>
268268+ </DiscordMessage>
235269 </div>
270270+ </Box>
271271+ </div>
236272273273+ <div>
274274+ <h2 className={styles.h2}>Heyho and bye @user 👋</h2>
275275+ <div className="my-8 max-w-md font-medium">
276276+ Make newcomers feel valued, enabling them to actively contribute to your vibrant channels.
237277 </div>
238278239239- <div className="md:ml-auto md:w-1/2 w-full px-3 pb-3">
240240- <DiscordMessage
241241- mode={"DARK"}
242242- user={{
243243- username: "Wamellow",
244244- avatar: "/waya-v3-small.webp",
245245- bot: true
246246- }}
247247- >
248248-249249- <DiscordMessageEmbed
250250- mode={"DARK"}
251251- color={0xbc7ed4}
252252- author={{
253253- text: "@mwlica",
254254- icon_url: "/luna-small.webp"
255255- }}
256256- >
257257- <Highlight mode={"DARK"} text="Like ok @sean I know you are gay but no I won’t date you" />
258258-259259- <div className="flex gap-1 mt-4">
260260- <span className="font-bold flex gap-1 items-center">⭐ 9</span>
261261- •
262262- <span className="text-blue-500 hover:underline cursor-pointer">#lounge</span>
263263- </div>
264264-265265- <Image src="/_next/image?url=https%3A%2F%2Fcdn.discordapp.com%2Fattachments%2F883817635081506886%2F1113058694347894865%2FIMG_6864.png&w=640&q=75" itemProp="image" alt="" width={640} height={205} loading="lazy" className="mt-2 rounded-md" />
266266- </DiscordMessageEmbed>
267267-268268-269269- </DiscordMessage>
270270- </div>
271271-272272- </div>
273273-274274- <div className="flex flex-col-reverse md:flex-row gap-8 items-center">
275275-276276- <div className="md:ml-auto md:w-1/2 w-full px-3 pb-3">
277277- <DiscordMessage
278278- mode={"DARK"}
279279- user={{
280280- username: "Wamellow",
281281- avatar: "/waya-v3-small.webp",
282282- bot: true
283283- }}
284284- >
285285- <Highlight mode={"DARK"} text="[Change default voice & fileformat](/profile/text-to-speech)" />
286286-287287- <DiscordMessageFile
288288- mode={"DARK"}
289289- duration={18}
279279+ <Box className="flex flex-col md:flex-row-reverse gap-10 items-center">
280280+ <div className="md:w-1/2">
281281+ <Badge
282282+ before={<HiFingerPrint />}
283283+ text="Captcha verification included"
284284+ classname="mr-auto ml-0 mb-4"
290285 />
291291-292292- </DiscordMessage>
293293- </div>
294294-295295- <div className="md:w-1/2">
296296- <h2 className={`${montserrat.className} lg:text-4xl text-3xl dark:text-neutral-100 text-neutral-900 font-semibold underline decoration-violet-400`}>Best Text to Speech, TTS 🔊</h2>
297297- <div className="text-lg pt-6">
298298- With Text to Speech, you{"'"}re in control of transforming text into captivating speech across various languages and over 40 distinct voices.
299299- Whether you need standalone audio files or want to bring your text to life in a voice chat, Wamellow{"'"}s TTS offers versatility.
300300- Embrace the power of VoiceWave and let your messages resonate with impact!
286286+ <h3 className={styles.h3}>Greetings</h3>
287287+ <div className="pt-6">
288288+ Give a warm welcome to new members, introducing them to rules, topics, and ongoing events.
289289+ Ensure a positive, inclusive experience from the start, fostering community and engagement.
290290+ Whether gaming, joining a guild, or casual chat, every member should sense a strong community bond.
291291+ </div>
292292+ <div className="flex gap-2 mt-6">
293293+ <Invite />
294294+ <ServerButton
295295+ as={Link}
296296+ className="bg-wamellow-light"
297297+ startContent={<HiArrowRight />}
298298+ href="/dashboard?to=greeting"
299299+ >
300300+ Setup
301301+ </ServerButton>
302302+ </div>
301303 </div>
302304303303- <div className="flex gap-2 mt-4">
304304- <Invite />
305305+ <div className="w-full md:w-1/2 px-8 py-4 rounded-lg" style={{ backgroundColor: "rgb(43, 45, 49)" }}>
306306+ <DiscordMessage {...messageProps()}>
307307+ <Highlight mode={"DARK"} text="Welcome @mwlica to **Someone's** 👋" />
308308+ <Image src={WelcomePic} itemProp="image" alt="example welcome card" width={1024 / 2} height={(256 + 16) / 2} loading="lazy" />
309309+ </DiscordMessage>
305310 </div>
311311+ </Box>
312312+ </div>
306313314314+ <div>
315315+ <h2 className={styles.h2}>Watchin{"'"} Anime ❤️</h2>
316316+ <div className="my-8 max-w-md font-medium">
317317+ They{"'"}re like windows to stories that provide the perfect distraction, letting you take a breather before diving back into the real world.
307318 </div>
308319309309- </div>
310310-311311- <div className="flex flex-col md:flex-row gap-8 items-center">
312312-313313- <div className="md:w-1/2">
314314- <h2 className={`${montserrat.className} lg:text-4xl text-3xl dark:text-neutral-100 text-neutral-900 font-semibold underline decoration-violet-400`}>Watchin{"'"} Anime 👀</h2>
315315- <div className="text-lg pt-6">
316316- Unleash the magic of anime right within your Discord server with Wamellow{"'"}s /anime command.
317317- Dive into a world of adorable nekos, charming waifus, and much more, all at your fingertips.
318318- Whether it{"'"}s sharing the cutest characters or discovering stunning artwork, bring the joy of anime directly to your community, making your server a hub for all things anime-related.
319319-320320- <div className="p-4 pb-3 border-2 dark:border-wamellow border-wamellow-100 rounded-lg mt-4">
320320+ <Box className="flex flex-col md:flex-row gap-10 items-center">
321321+ <div className="md:w-1/2">
322322+ <Badge
323323+ before={<HiCash />}
324324+ text="100% sexy forever"
325325+ classname="mr-auto ml-0 mb-4"
326326+ />
327327+ <h3 className={styles.h3}>/anime command</h3>
328328+ <div className="pt-6">
329329+ Unleash the magic of anime right within your Discord server with Wamellow{"'"}s 25+ categories.
330330+ Dive into a world of adorable nekos, charming waifus, and much more, all at your fingertips.
331331+ Whether it{"'"}s sharing the cutest characters or discovering stunning artwork, bring the joy of anime directly to your community, making your server a hub for all things anime-related.
332332+ </div>
333333+ <div className="p-4 pb-3 border dark:border-wamellow-alpha border-wamellow-100 rounded-lg my-8">
321334 <Badge
322335 before={<HiFire />}
323336 text="NSFW Supported"
···327340 Find spicy nekos, waifus, and more in nsfw marked channels.
328341 </span>
329342 </div>
343343+ <div className="flex gap-2 mt-6">
344344+ <Invite />
345345+ </div>
346346+ </div>
330347331331- </div>
348348+ <div className="w-full md:w-1/2 px-8 py-4 rounded-lg" style={{ backgroundColor: "rgb(43, 45, 49)" }}>
349349+ <DiscordMessage {...messageProps("anime")}>
350350+ <Highlight mode={"DARK"} text="Please help us on [top.gg](https://top.gg/bot/1125449347451068437/vote), only takes a few seconds" />
332351333333- <div className="flex gap-2 mt-4">
334334- <Invite />
352352+ <DiscordMessageEmbed
353353+ mode={"DARK"}
354354+ color={0xbc7ed4}
355355+ classname="max-w-min"
356356+ >
357357+ <Image src={WaifuPic} itemProp="example anime image" alt="" width={640} height={905} loading="lazy" className="mt-2 rounded-md w-56 sm:w-64 md:w-unset max-w-xs" />
358358+ </DiscordMessageEmbed>
359359+ </DiscordMessage>
335360 </div>
361361+ </Box>
362362+ </div>
336363364364+ <div>
365365+ <h2 className={styles.h2}>Create Custom Responses 🖊️</h2>
366366+ <div className="my-8 max-w-md font-medium">
367367+ Level up your Discord support game with Wamellow{"'"}s custom respones, called tags!
337368 </div>
338369339339- <div className="md:ml-auto md:w-1/2 w-full px-3 pb-3">
340340- <DiscordMessage
341341- mode={"DARK"}
342342- user={{
343343- username: "Wamellow",
344344- avatar: "/waya-v3-small.webp",
345345- bot: true
346346- }}
347347- >
348348- <Highlight mode={"DARK"} text="Please help us on [top.gg](https://top.gg/bot/1125449347451068437/vote), only takes a few seconds" />
370370+ <Box className="flex flex-col md:flex-row-reverse gap-10 items-center">
371371+ <div className="md:w-1/2">
372372+ <Badge
373373+ before={<HiCash />}
374374+ text="Free for 30 tags"
375375+ classname="mr-auto ml-0 mb-4"
376376+ />
377377+ <h3 className={styles.h3}>Wamellow tags</h3>
378378+ <div className="pt-6">
379379+ Easily handle frequently asked questions, common queries, and repetitive tasks in a snap.
380380+ Empower your server with quick access to essential info, making support a breeze.
381381+ Boost engagement and create a knowledgeable community for free!
382382+ </div>
383383+ <div className="flex gap-2 mt-6">
384384+ <Invite />
385385+ <ServerButton
386386+ as={Link}
387387+ className="bg-wamellow-light"
388388+ startContent={<HiArrowRight />}
389389+ href="/dashboard?to=custom-commands"
390390+ >
391391+ Setup
392392+ </ServerButton>
393393+ </div>
394394+ </div>
349395350350- <DiscordMessageEmbed
396396+ <div className="w-full md:w-1/2 px-8 py-4 rounded-lg flex flex-col gap-4" style={{ backgroundColor: "rgb(43, 45, 49)" }}>
397397+ <DiscordMessage
351398 mode={"DARK"}
352352- color={0xbc7ed4}
353353- classname="max-w-min"
399399+ user={{
400400+ username: "mwlica",
401401+ avatar: "/luna-small.webp",
402402+ bot: false
403403+ }}
354404 >
355355- <Image src={WaifuPic} itemProp="image" alt="" width={640} height={905} loading="lazy" className="mt-2 rounded-md max-w-xs" />
356356- </DiscordMessageEmbed>
357357-358358-359359- </DiscordMessage>
360360- </div>
361361-362362- </div>
405405+ <Highlight mode={"DARK"} text="wm - howto" />
406406+ </DiscordMessage>
363407364364- <div className="flex flex-col-reverse md:flex-row gap-8 items-center">
365365-366366- <div className="md:mr-auto md:w-1/2 w-full px-3 pb-3 flex flex-col gap-4">
367367- <DiscordMessage
368368- mode={"DARK"}
369369- user={{
370370- username: "mwlica",
371371- avatar: "/luna-small.webp",
372372- bot: false
373373- }}
374374- >
375375- <Highlight mode={"DARK"} text="wm - howto" />
376376- </DiscordMessage>
377377-378378- <DiscordMessage
379379- mode={"DARK"}
380380- user={{
381381- username: "Wamellow",
382382- avatar: "/waya-v3-small.webp",
383383- bot: true
384384- }}
385385- >
386386- <DiscordMessageEmbed
408408+ <DiscordMessage
387409 mode={"DARK"}
388388- color={0xbc7ed4}
410410+ user={{
411411+ username: "Wamellow",
412412+ avatar: "/waya-v3-small.webp",
413413+ bot: true
414414+ }}
389415 >
390390- <Highlight mode={"DARK"} text="To create a custom command, go to [your server's dashboard](/dashboard?to=custom-commands), click on `Create`, fill in the response **content**, **embed title**, **embed description**, **embed color**, **embed images**, command **permissions** and more. When you're done you can start using the command 🎉" />
391391- </DiscordMessageEmbed>
392392- </DiscordMessage>
393393- </div>
416416+ <DiscordMessageEmbed
417417+ mode={"DARK"}
418418+ color={0xbc7ed4}
419419+ >
420420+ <Highlight mode={"DARK"} text="To create a custom command, go to [your server's dashboard](/dashboard?to=custom-commands), click on `Create`, fill in the response **content**, **embed title**, **embed description**, **embed color**, **embed images**, command **permissions** and more. When you're done you can start using the command 🎉" />
421421+ </DiscordMessageEmbed>
422422+ </DiscordMessage>
423423+ </div>
424424+ </Box>
425425+ </div>
394426395395- <div className="md:w-1/2">
396396- <h2 className={`${montserrat.className} lg:text-4xl text-3xl dark:text-neutral-100 text-neutral-900 font-semibold underline decoration-violet-400`}>Custom Commands 🖊️</h2>
397397- <div className="text-lg pt-6">
398398- Level up your Discord support game with Wamellow{"'"}s custom commands (tags)!
399399- Easily handle frequently asked questions, common queries, and repetitive tasks in a snap.
400400- Empower your server with quick access to essential info, making support a breeze.
401401- Boost engagement and create a knowledgeable community for free!
402402- </div>
427427+ </article>
403428404404- <div className="flex gap-2 mt-4">
405405- <Invite />
429429+ <div className="w-full my-6">
430430+ <div className="flex gap-4 items-center mb-2">
431431+ <span className="flex items-center gap-2">
432432+ <Image src={SpacePic} width={64} height={64} alt="users's profile picture" className="w-12 h-12 rounded-full" />
433433+ <div>
434434+ <span className="text-xl font-medium dark:text-neutral-200 text-neutral-800">Luna’s Grandpa {"<3"}</span> <br />
435435+ <span className="dark:text-neutral-300 text-neutral-700">likes feta and wine</span>
406436 </div>
407407-408408- </div>
409409-437437+ </span>
438438+ <HiChevronRight className="w-8 h-8" />
410439 </div>
411411-412412- </article>
440440+ <span className={`${handwritten.className} text-2xl break-words`}>„{"FUCK EVERYTHING! EXCEPT LUNA, LUNA MUST BE PROTECTED AT ALL COSTS"}“</span>
441441+ </div>
413442414443 <div className="p-5 pb-3 dark:bg-wamellow bg-wamellow-100 rounded-lg mt-4 w-full">
415444 <div className="flex">
···444473 }
445474 </div>
446475447447- <div className="h-8" />
476476+ <div className="h-6" />
448477449478 <StatsBar
450479 items={[