Update src/app/portfolio/page.tsx

This commit is contained in:
2026-03-11 14:23:34 +00:00
parent c5f87f2947
commit e5c50b149e

View File

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