diff --git a/src/app/page.tsx b/src/app/page.tsx index e6ff70c..7676d7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -303,4 +303,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}