diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b0e4ac7..6dd16b1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1419,4 +1419,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file 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