diff --git a/src/app/page.tsx b/src/app/page.tsx index f289263..db5e7d1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }} /> @@ -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" } ] }, {