Update src/app/page.tsx

This commit is contained in:
2026-03-06 16:49:50 +00:00
parent 02e9104c51
commit 20b4707b95

View File

@@ -200,7 +200,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
inputPlaceholder="Enter your phone number"
buttonText="Get in Touch"
termsText="We'll contact you within 2 hours to confirm your reservation. Call us directly for immediate bookings."
/>
@@ -248,4 +248,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}