Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a16c9e3bb3 | |||
| b501e17534 | |||
| 227b28e563 |
@@ -1384,4 +1384,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -189,7 +189,7 @@ export default function HomePage() {
|
|||||||
title="Ready to Prioritize Your Health?"
|
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."
|
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={[
|
buttons={[
|
||||||
{ text: "Book Now", href: "/contact" },
|
{ text: "Schedule Appointment", href: "/contact" },
|
||||||
{ text: "WhatsApp Us", href: "https://wa.me/919876543210" },
|
{ text: "WhatsApp Us", href: "https://wa.me/919876543210" },
|
||||||
]}
|
]}
|
||||||
background={{ variant: "animated-grid" }}
|
background={{ variant: "animated-grid" }}
|
||||||
@@ -206,4 +206,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user