Update src/app/portfolio/page.tsx

This commit is contained in:
2026-01-22 19:46:22 +00:00
parent a377fb7d45
commit 7284d3f916

View File

@@ -26,6 +26,7 @@ export default function PortfolioPage() {
<NavbarStyleFullscreen
brandName="PitchDrive"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Portfolio", id: "/portfolio" },
{ name: "Team", id: "/team" },