From d7d4b9c88dcd56731257d189d2f0e789c4b80d2f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 12:45:47 +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 18a42f7..51f015b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -153,7 +153,7 @@ export default function LandingPage() { 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: "#" } + { text: "Join Waitlist", href: "mailto:hello@aioriginals.com?subject=Waitlist" } ]} background={{ variant: "radial-gradient" }} useInvertedBackground={false} @@ -193,4 +193,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1