Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 11:11:06 +00:00
parent 693e116350
commit ca50180fff

View File

@@ -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}
/>
</div>