Update src/app/page.tsx

This commit is contained in:
2026-03-09 16:44:48 +00:00
parent 6e6a45ee8c
commit d8afadc10c

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}