From cc47d64470aa4c15ff83df8fcdbd503db4419a71 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 02:31:59 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }, ], }, {