diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e5472e..552c701 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file