2 Commits

Author SHA1 Message Date
20b4707b95 Update src/app/page.tsx 2026-03-06 16:49:50 +00:00
02e9104c51 Update src/app/layout.tsx 2026-03-06 16:49:50 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1419,4 +1419,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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>
);
}
}