From 4e6bee50a8a4eebb0b9a9ed70fd6bc1d02502069 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 17:47:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 66a97fa..ae39269 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { { text: "Book Your Appointment", href: "#contact"}, { - text: "Meet Dr. Haitham", href: "#about"}, + text: "Meet Dr. Haitham", href: "#contact"}, ]} imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-patient-dentist-checkup_23-2149164284.jpg" imageAlt="Modern dental clinic interior with a smiling patient in a dental chair" @@ -192,6 +192,14 @@ export default function LandingPage() { background={{ variant: "plain"}} text="Ready to book? Appointments fill up fast — Dr. Haitham's schedule is usually full. Don't wait.\n\nPhone: 4468 5444\nAddress: Zone 56, 514 St., Villa, Doha, Qatar \nعيادة الدكتور هيثم جشي — الدوحة، قطر\nHours: Open now · Closes 7:30 PM" + buttons={[ + { + text: "Call Now", href: "tel:44685444" + }, + { + text: "Get Directions", href: "https://maps.app.goo.gl/example" + } + ]} /> @@ -238,4 +246,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1