From 7166bc22d16ced6a3d794c4eedb5354fea37b08a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:00:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +}