From 9e29cbaa8cee1e4038f2ab92fd5e9df1a2ba2b90 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 06:58:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da510dd..20b5082 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AP7wU63U5Z6xUyQgGM5ThlIUPo/uploaded-1772520151997-tdn3qcwt.png", imageAlt: "UNBRKABLE Logo"}, ]} buttonAnimation="slide-up" - buttons={[{ text: "BE THE FIRST TO KNOW", href: "#email-capture" }]} + buttons={[{ text: "JOIN WAITLIST NOW", href: "#email-capture" }]} className="min-h-screen flex items-center justify-center" containerClassName="max-w-6xl mx-auto px-6" titleClassName="text-6xl md:text-8xl font-bold tracking-wider mb-8 drop-shadow-2xl"