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, 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"