Update src/app/contact/page.tsx

This commit is contained in:
2026-01-22 19:46:20 +00:00
parent 3b641b516e
commit 28dbe9b3e5

View File

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