Update src/app/page.tsx

This commit is contained in:
2026-01-22 19:46:21 +00:00
parent 28dbe9b3e5
commit a377fb7d45

View File

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