diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index aafaa06..1d8cdca 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -27,7 +27,7 @@ export default function AboutPage() { brandName="Basepex" navItems={[ { name: "Services", id: "services" }, - { name: "Pricing", id: "pricing" }, + { name: "Pricing", id: "/pricing" }, { name: "FAQ", id: "faq" }, { name: "Contact", id: "contact" }, { name: "Sign Up", id: "https://app.basepex.com/signup" },