Update src/app/about/page.tsx
This commit is contained in:
@@ -32,8 +32,7 @@ export default function AboutPage() {
|
|||||||
{ name: "Contact", id: "/contact" }
|
{ name: "Contact", id: "/contact" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "/contact"
|
||||||
href: "/contact"
|
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -62,18 +61,12 @@ export default function AboutPage() {
|
|||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", category: ["Founder-Led", "Operational"],
|
||||||
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"
|
||||||
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",
|
id: "2", category: ["Network", "Ecosystem"],
|
||||||
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"
|
||||||
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"
|
useInvertedBackground="noInvert"
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"
|
||||||
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",
|
id: "2", name: "Saagar Mehta", imageSrc: "https://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageAlt: "Saagar Mehta, Co-founder"
|
||||||
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."
|
copyrightText="© 2025 PitchDrive Venture Capital. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About", href: "/about" },
|
{ label: "About", href: "/about" },
|
||||||
{ label: "Team", href: "/team" },
|
{ label: "Team", href: "/team" },
|
||||||
{ label: "Contact", href: "/contact" }
|
{ label: "Contact", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{ label: "Investment Thesis", href: "/thesis" },
|
{ label: "Investment Thesis", href: "/thesis" },
|
||||||
{ label: "FAQ", href: "/faq" },
|
{ label: "FAQ", href: "/faq" },
|
||||||
{ label: "Apply for Funding", href: "/contact" }
|
{ label: "Apply for Funding", href: "/contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Connect", items: [
|
||||||
items: [
|
|
||||||
{ label: "LinkedIn", href: "https://linkedin.com/company/pitchdrive" },
|
{ label: "LinkedIn", href: "https://linkedin.com/company/pitchdrive" },
|
||||||
{ label: "Twitter", href: "https://twitter.com/pitchdrive" },
|
{ label: "Twitter", href: "https://twitter.com/pitchdrive" },
|
||||||
{ label: "Email", href: "mailto:hello@pitchdrive.com" }
|
{ label: "Email", href: "mailto:hello@pitchdrive.com" }
|
||||||
|
|||||||
Reference in New Issue
Block a user