This commit is contained in:
ct
2025-07-04 21:01:12 +08:00
parent 0ba38a4b06
commit 1c8da780a3
2 changed files with 7 additions and 13 deletions

View File

@@ -4,12 +4,7 @@ const JoinDiscordGroup = () => {
return (
<section className="">
<div className="mx-auto max-w-6xl space-y-10 px-4 sm:px-6 lg:px-8">
<div className="text-center">
<h2 className="text-foreground mb-4 text-3xl font-bold sm:text-4xl lg:text-5xl">Join Our Discord Community</h2>
<p className="text-muted-foreground text-lg">Connect with creators, get updates, and get community support</p>
</div>
<div className="bg-background rounded-2xl border p-6 sm:p-8">
<div className="">
<div className="grid grid-cols-1 gap-8 lg:grid-cols-2 lg:gap-12">
{/* Left side - Discord info */}
<div className="flex flex-col justify-center space-y-6">