diff --git a/src/app/page.tsx b/src/app/page.tsx index c5a6d1c..af91044 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,10 @@ export default function LandingPage() { { value: "5k+", label: "Happy Guests" }, { value: "4.9", label: "Rating" } ]} - buttons={[{ text: "Book Consultation", href: "#contact" }]} + buttons={[ + { text: "Call: +91 99999 99999", href: "tel:+919999999999" }, + { text: "WhatsApp", href: "https://wa.me/919999999999" } + ]} /> @@ -144,4 +147,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}