Update src/app/pricing/page.tsx
This commit is contained in:
@@ -14,16 +14,16 @@ export default function PricingPage() {
|
|||||||
{ name: "Pricing", id: "/pricing" },
|
{ name: "Pricing", id: "/pricing" },
|
||||||
{ name: "Testimonials", id: "/#testimonials" },
|
{ name: "Testimonials", id: "/#testimonials" },
|
||||||
{ name: "FAQ", id: "/#faq" },
|
{ name: "FAQ", id: "/#faq" },
|
||||||
{ name: "Contact", id: "/#contact" },
|
{ name: "Contact", id: "/#contact-lead" },
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Services", items: [
|
title: "Services", items: [
|
||||||
{ label: "Physical Therapy", href: "#services" },
|
{ label: "Physical Therapy", href: "/services" },
|
||||||
{ label: "Sports Medicine", href: "#services" },
|
{ label: "Sports Medicine", href: "/services" },
|
||||||
{ label: "Pain Management", href: "#services" },
|
{ label: "Pain Management", href: "/services" },
|
||||||
{ label: "Work Injury Care", href: "#services" },
|
{ label: "Work Injury Care", href: "/services" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -31,7 +31,7 @@ export default function PricingPage() {
|
|||||||
{ label: "About Us", href: "/about" },
|
{ label: "About Us", href: "/about" },
|
||||||
{ label: "Testimonials", href: "/#testimonials" },
|
{ label: "Testimonials", href: "/#testimonials" },
|
||||||
{ label: "Pricing", href: "/pricing" },
|
{ label: "Pricing", href: "/pricing" },
|
||||||
{ label: "Contact", href: "/#contact" },
|
{ label: "Contact", href: "/#contact-lead" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -39,7 +39,7 @@ export default function PricingPage() {
|
|||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Accessibility", href: "#" },
|
{ label: "Accessibility", href: "#" },
|
||||||
{ label: "Contact Us", href: "/#contact" },
|
{ label: "Contact Us", href: "/#contact-lead" },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user