diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index addd7bc..da9f9bf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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" }, ], }, ];