From eeceac36f46fe4bf58f901c0b37bf1096bd7a704 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:45:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } ] }, {