From b501e1753499f31192d415c93674779779bb7aa9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:12:34 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d8ed5a4..5d67055 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From a16c9e3bb3f1fc8615c00c482793570d2dbe8834 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 02:12:34 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 739f2ef..07f4ce0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,7 +189,7 @@ export default function HomePage() { title="Ready to Prioritize Your Health?" description="Schedule a consultation with our expert doctors today. Easy online booking or call us directly. We're here to provide you and your family with the best medical care." buttons={[ - { text: "Book Now", href: "/contact" }, + { text: "Schedule Appointment", href: "/contact" }, { text: "WhatsApp Us", href: "https://wa.me/919876543210" }, ]} background={{ variant: "animated-grid" }} @@ -206,4 +206,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1