Update src/app/about/page.tsx

This commit is contained in:
2026-03-03 11:11:03 +00:00
parent 71ba4daa5e
commit 1970034c93

View File

@@ -14,16 +14,16 @@ export default function AboutPage() {
{ 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" },
],
},
{
@@ -31,7 +31,7 @@ export default function AboutPage() {
{ label: "About Us", href: "/about" },
{ label: "Testimonials", href: "/#testimonials" },
{ label: "Pricing", href: "/pricing" },
{ label: "Contact", href: "/#contact" },
{ label: "Contact", href: "/#contact-lead" },
],
},
{
@@ -39,7 +39,7 @@ export default function AboutPage() {
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Accessibility", href: "#" },
{ label: "Contact Us", href: "/#contact" },
{ label: "Contact Us", href: "/#contact-lead" },
],
},
];