diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c7cd267..819f3f1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -32,8 +32,7 @@ export default function AboutPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "Get Started", - href: "/contact" + text: "Get Started", href: "/contact" }} /> @@ -62,18 +61,12 @@ export default function AboutPage() { animationType="slide-up" features={[ { - id: "1", - category: ["Founder-Led", "Operational"], - title: "Hands-On Partnership Beyond Capital", - imageSrc: "https://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991374.jpg", - imageAlt: "Strategic partnership and collaboration" + id: "1", category: ["Founder-Led", "Operational"], + title: "Hands-On Partnership Beyond Capital", imageSrc: "https://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991374.jpg", imageAlt: "Strategic partnership and collaboration" }, { - id: "2", - category: ["Network", "Ecosystem"], - title: "Access to Europe's Leading Tech Networks", - imageSrc: "https://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991374.jpg", - imageAlt: "European technology ecosystem" + id: "2", category: ["Network", "Ecosystem"], + title: "Access to Europe's Leading Tech Networks", imageSrc: "https://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991374.jpg", imageAlt: "European technology ecosystem" } ]} /> @@ -87,16 +80,10 @@ export default function AboutPage() { 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" } ]} /> @@ -109,24 +96,21 @@ export default function AboutPage() { 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" }