diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index f320b06..fb8680b 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -32,8 +32,7 @@ export default function TeamPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Get Started", - href: "/contact" + text: "Get Started", href: "/contact" }} /> @@ -46,16 +45,10 @@ export default function TeamPage() { useInvertedBackground="noInvert" members={[ { - id: "1", - name: "Johan van der Poel", - imageSrc: "https://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", - imageAlt: "Johan van der Poel, Co-founder" + id: "1", name: "Johan van der Poel", imageSrc: "https://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Johan van der Poel, Co-founder" }, { - id: "2", - name: "Saagar Mehta", - imageSrc: "https://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", - imageAlt: "Saagar Mehta, Co-founder" + id: "2", name: "Saagar Mehta", imageSrc: "https://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "Saagar Mehta, Co-founder" } ]} /> @@ -64,11 +57,11 @@ export default function TeamPage() {
@@ -123,24 +95,21 @@ export default function TeamPage() { copyrightText="© 2025 PitchDrive Venture Capital. All rights reserved." columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/about" }, { label: "Team", href: "/team" }, { label: "Contact", href: "/contact" } ] }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Investment Thesis", href: "/thesis" }, { label: "FAQ", href: "/faq" }, { label: "Apply for Funding", href: "/contact" } ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "LinkedIn", href: "https://linkedin.com/company/pitchdrive" }, { label: "Twitter", href: "https://twitter.com/pitchdrive" }, { label: "Email", href: "mailto:hello@pitchdrive.com" }