Update src/app/page.tsx

This commit is contained in:
2026-03-05 17:00:28 +00:00
parent 96d2ea3903
commit 7166bc22d1

View File

@@ -263,8 +263,8 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get Booking Info"
buttonText="Call Now: +91 98222 72219"
href="tel:+919822272219"
termsText="We respect your privacy. Our team will contact you within 24 hours with booking details and special offers."
/>
</div>
@@ -303,4 +303,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}