4 Commits

Author SHA1 Message Date
31d4de9130 Merge version_3 into main
Merge version_3 into main
2026-03-06 02:12:38 +00:00
a16c9e3bb3 Update src/app/page.tsx 2026-03-06 02:12:34 +00:00
b501e17534 Update src/app/layout.tsx 2026-03-06 02:12:34 +00:00
227b28e563 Merge version_2 into main
Merge version_2 into main
2026-03-06 02:10:37 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}