From f9f60e78fce377c0fee8bf8375264380d8f2dd38 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:52:51 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },