From 8fe84ccd17946d8599ad6942e85bb7ff1670f5ec Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 04:50:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 +} -- 2.49.1