From 6765a8f1d19c705cad67bf5ed4a099c2d3c85869 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 22:37:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 30f9aef..96a76e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,6 +161,7 @@ export default function LandingPage() { title="Join the Archive" description="Sign up for early access to our rarest drops and exclusive content." buttons={[{ text: "Join Waitlist", href: "#" }]} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1