Update src/app/about/page.tsx

This commit is contained in:
2026-01-22 19:46:19 +00:00
parent 74f3eb43a9
commit 49e94f930c

View File

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