diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4c2e798..d544178 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -13,7 +13,7 @@ export default function ContactPage() { { 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" }, ]; @@ -24,7 +24,7 @@ export default function ContactPage() { { label: "Website Design", href: "/services" }, { label: "SEO Optimization", href: "/services" }, { label: "Digital Advertising", href: "/services" }, - { label: "Pricing", href: "/pricing" }, + { label: "Pricing", href: "#pricing" }, ], }, {