From ca50180fffe7243ec139dd0cdf70ea8c99da003f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:11:06 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 44efb0d..5942e68 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -13,16 +13,16 @@ export default function ServicesPage() { { name: "Pricing", id: "/pricing" }, { name: "Testimonials", id: "/#testimonials" }, { name: "FAQ", id: "/#faq" }, - { name: "Contact", id: "/#contact" }, + { name: "Contact", id: "/#contact-lead" }, ]; const footerColumns = [ { title: "Services", items: [ - { label: "Physical Therapy", href: "#services" }, - { label: "Sports Medicine", href: "#services" }, - { label: "Pain Management", href: "#services" }, - { label: "Work Injury Care", href: "#services" }, + { label: "Physical Therapy", href: "/services" }, + { label: "Sports Medicine", href: "/services" }, + { label: "Pain Management", href: "/services" }, + { label: "Work Injury Care", href: "/services" }, ], }, { @@ -30,7 +30,7 @@ export default function ServicesPage() { { label: "About Us", href: "/about" }, { label: "Testimonials", href: "/#testimonials" }, { label: "Pricing", href: "/pricing" }, - { label: "Contact", href: "/#contact" }, + { label: "Contact", href: "/#contact-lead" }, ], }, { @@ -38,7 +38,7 @@ export default function ServicesPage() { { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Accessibility", href: "#" }, - { label: "Contact Us", href: "/#contact" }, + { label: "Contact Us", href: "/#contact-lead" }, ], }, ]; @@ -79,7 +79,7 @@ export default function ServicesPage() { { id: "4", title: "Work Injury Rehabilitation", content: "Occupational rehabilitation and ergonomic assessment to help you return to work safely and prevent future workplace injuries."}, ]} - buttons={[{ text: "Explore Services", href: "#services" }]} + buttons={[{ text: "Explore Services", href: "/services" }]} useInvertedBackground={false} />