Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-05 05:55:01 +00:00
2 changed files with 3 additions and 2 deletions

View File

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

View File

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