diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index d48f194..dcddc42 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -14,7 +14,7 @@ export default function ServicesPage() { { 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" }, ]; @@ -25,7 +25,7 @@ export default function ServicesPage() { { label: "Website Design", href: "/services" }, { label: "SEO Optimization", href: "/services" }, { label: "Digital Advertising", href: "/services" }, - { label: "Pricing", href: "#pricing" }, + { label: "Pricing", href: "/pricing" }, ], }, {