Update src/app/about/page.tsx

This commit is contained in:
2026-03-07 14:54:26 +00:00
parent e7315ae545
commit 87f29b3ea2

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