Update src/app/about/page.tsx

This commit is contained in:
2026-03-07 14:52:51 +00:00
parent 7873744a7b
commit f9f60e78fc

View File

@@ -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" },