From dcc091255bebf8c707c5d231ef4ac2dff2634a29 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 17:35:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb8b868..33dabcb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -152,8 +152,8 @@ export default function LandingPage() { title="Ready to Experience the Future of Fashion?" description="Join the AI Originals community and discover apparel designed by the future. Connect with us for exclusive releases, early access, and special offers." buttons={[ - { text: "Contact Us", href: "mailto:hello@aioriginals.com" }, - { text: "Join Waitlist", href: "mailto:hello@aioriginals.com?subject=Waitlist" } + { text: "Claim Early Access", href: "mailto:hello@aioriginals.com" }, + { text: "Get Exclusive Offer", href: "mailto:hello@aioriginals.com?subject=Exclusive" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false} -- 2.49.1