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

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'master' of https://github.com/Luna-devv/mellow-web

Luna 15cbce4c d545397a

+4 -4
+2 -2
app/(home)/page.tsx
··· 96 96 <h1 className={cn(montserrat.className, "lg:text-7xl md:text-6xl text-5xl font-semibold dark:text-neutral-100 text-neutral-900 break-words")}> 97 97 <span className="bg-gradient-to-r from-indigo-400 to-pink-400 bg-clip-text text-transparent h-20 break-keep">Next generation</span> 98 98 {" of "} 99 - <span className="underline decoration-blurple break-keep">discord bots</span> 99 + <span className="underline decoration-blurple break-keep">Discord Bots</span> 100 100 </h1> 101 101 102 102 <span className="text-lg font-medium max-w-xl mb-4"> ··· 721 721 722 722 </div > 723 723 ); 724 - } 724 + }
+2 -2
components/footer.tsx
··· 22 22 <BsDiscord className="relative top-[1px] text-[#f8746e]" /> 23 23 <span className="text-xl bg-gradient-to-r from-red-400 to-yellow-400 bg-clip-text text-transparent">Wamellow</span> 24 24 <span className="text-xl bg-gradient-to-r from-yellow-400 to-blue-400 bg-clip-text text-transparent">for</span> 25 - <span className="text-xl bg-gradient-to-r from-blue-400 to-violet-400 bg-clip-text text-transparent">discord</span> 25 + <span className="text-xl bg-gradient-to-r from-blue-400 to-violet-400 bg-clip-text text-transparent">Discord</span> 26 26 </div> 27 27 28 28 <div className="flex flex-col md:flex-row gap-6 md:gap-2 justify-between"> ··· 144 144 </div> 145 145 </div> 146 146 ); 147 - } 147 + }