diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 62095ef..b8cc952 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -28,8 +28,7 @@ export default function PortfolioPage() { { name: "Work", id: "projects" }, { name: "Services", id: "services" }, { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, - { name: "Portfolio", id: "/portfolio" } + { name: "Contact", id: "contact" } ]} button={{ text: "Start a Project", href: "#contact"