Update src/app/page.tsx

This commit is contained in:
2026-03-12 05:45:36 +00:00
parent 0d4aa3b5b2
commit eeceac36f4

View File

@@ -35,9 +35,9 @@ export default function LandingPage() {
{ name: "Services", id: "services" },
{ name: "Team", id: "team" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "/contact-us" }
]}
button={{ text: "Book Appointment", href: "contact" }}
button={{ text: "Book Appointment", href: "/contact-us" }}
/>
</div>
@@ -53,7 +53,7 @@ export default function LandingPage() {
imagePosition="right"
mediaAnimation="slide-up"
buttons={[
{ text: "Book Appointment", href: "contact" },
{ text: "Book Appointment", href: "/contact-us" },
{ text: "Call Now", href: "tel:+919007359139" }
]}
/>
@@ -248,7 +248,7 @@ export default function LandingPage() {
{ label: "About Us", href: "#about" },
{ label: "Our Team", href: "#team" },
{ label: "Patient Reviews", href: "#testimonials" },
{ label: "Contact Us", href: "#contact" }
{ label: "Contact Us", href: "/contact-us" }
]
},
{