diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 67c6427..28b08f7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -18,7 +18,7 @@ export default function AboutPage() { { name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "Why Us", id: "why-us" }, - { name: "Pricing", id: "pricing" }, + { name: "Pricing", id: "/pricing" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }, ]; @@ -29,7 +29,7 @@ export default function AboutPage() { { label: "Website Design", href: "/services" }, { label: "SEO Optimization", href: "/services" }, { label: "Digital Advertising", href: "/services" }, - { label: "Pricing", href: "#pricing" }, + { label: "Pricing", href: "/pricing" }, ], }, {