From 4534cf5065d69165791756efc26a4c61fc989081 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:54:56 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 36eda07..c49c30e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "@/styles/globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Rose Clinic & Ultrasound Centre - 24/7 Online Appointment Booking", description: "Book appointments online at Rose Clinic & Ultrasound Centre. Real-time availability, smart reminders, and secure scheduling for Dr. Nisha Singh's premier healthcare facility."}; + title: "Rose Clinic & Ultrasound Centre - 24/7 Online Appointment Booking", description: "Book appointments online at Rose Clinic & Ultrasound Centre. Real-time availability, smart reminders, and secure scheduling for Dr. Nisha Singh's premier healthcare facility." +}; export default function RootLayout({ children, -- 2.49.1 From b03d3bba9d539f333df5cf65e3dca7603859353a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 05:54:56 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb045e4..102e090 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ const HomePage = () => { tagAnimation="slide-up" background={{ variant: "animated-grid" }} buttons={[ - { text: "Book Appointment", href: "/appointments" }, + { text: "Book Your Appointment Now", href: "/appointments" }, { text: "Learn More", href: "/about" } ]} buttonAnimation="slide-up" -- 2.49.1