From 50e2ac2bef273814c41dadbfa30e4173a6734545 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 08:41:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72b42bf..4495ae4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" }, ]} brandName="Alsha Dental" - button={{ text: "Book Now", href: "#contact" }} + button={{ text: "Book Now", href: "tel:+919946461421" }} /> @@ -45,8 +45,8 @@ export default function LandingPage() { logoText="Alsha Family Dental Clinic" description="We offer 24/7 emergency dental care when you need it most. Get gentle, honest, and expert treatment for your dental emergencies and routine needs from a team that treats you like family." buttons={[ - { text: "Book Appointment", href: "#contact" }, - { text: "Call Emergency", href: "tel:+910000000000" }, + { text: "Book Appointment", href: "tel:+919946461421" }, + { text: "Call Emergency", href: "tel:+919946461421" }, ]} imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg?_wi=1" imageAlt="Professional dentist consultation" @@ -181,4 +181,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1