3 Commits

Author SHA1 Message Date
399a679850 Merge version_3 into main
Merge version_3 into main
2026-03-12 17:28:59 +00:00
3bdcbaa625 Update src/app/page.tsx 2026-03-12 17:28:56 +00:00
faacf6890a Merge version_2 into main
Merge version_2 into main
2026-03-12 17:27:50 +00:00

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="COMING SOON"
logoText="PREMIUM AWAITS"
description="An exceptional experience is about to arrive. Join our waitlist to be among the first to experience premium excellence."
buttons={[{ text: "Join Waitlist", href: "#contact" }]}
background={{ variant: "plain" }}
@@ -86,7 +86,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-static" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Claim Early Access"
buttonText="Get Access"
termsText="By joining, you agree to our Terms. We'll only email you about this exclusive launch."
/>
</div>