diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 93814f4..8b4facb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -14,10 +14,10 @@ import { } from "lucide-react"; const navItems = [ - { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, + { name: "Portfolio", id: "portfolio" }, + { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Blog", id: "blog" }, + { name: "Team", id: "team" }, { name: "Contact", id: "contact" }, ]; @@ -36,13 +36,13 @@ export default function AboutPage() { headingFontWeight="medium" >