From d8afadc10c7b845e6cba2fc0bdd69303209571d8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:44:48 +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 53d110e..1c0a33a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function LandingPage() { showBlur={true} showDimOverlay={true} buttons={[ - { text: "EXPERIENCE NOW", href: "#factory" }, + { text: "RESERVE YOUR SEAT", href: "#factory" }, { text: "LEARN MORE", href: "#victory" }, ]} buttonAnimation="slide-up" @@ -242,4 +242,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file