From 98c7291ac3e871162f432aa1e2a5502081c9e800 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Mar 2026 17:52:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ae39269..85591a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -191,7 +191,8 @@ export default function LandingPage() { useInvertedBackground={false} 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" + animationType="none" + text="Book your appointment. Dr. Haitham's schedule fills fast. 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" -- 2.49.1