Update src/app/page.tsx

This commit is contained in:
2026-01-22 20:53:03 +00:00
parent bfaf1249b0
commit b1efae0d90

View File

@@ -34,15 +34,14 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
button={{ button={{
text: "Start Pitching", text: "Start Pitching", href: "/contact"
href: "/contact"
}} }}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
title="Invest in Tomorrow's Leaders" title="Hello world"
description="Pitchdrive is Belgium's premier venture capital firm, partnering with innovative startups to drive transformative growth and create lasting impact across Europe." description="Pitchdrive is Belgium's premier venture capital firm, partnering with innovative startups to drive transformative growth and create lasting impact across Europe."
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
tag="VC Fund" tag="VC Fund"
@@ -53,24 +52,19 @@ export default function HomePage() {
]} ]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "https://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg", imageSrc: "https://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg", imageAlt: "Venture capital investment"
imageAlt: "Venture capital investment"
}, },
{ {
imageSrc: "https://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038853.jpg", imageSrc: "https://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038853.jpg", imageAlt: "Technology innovation"
imageAlt: "Technology innovation"
}, },
{ {
imageSrc: "https://img.b2bpic.net/free-photo/word-money-with-silver-coins_23-2147965715.jpg", imageSrc: "https://img.b2bpic.net/free-photo/word-money-with-silver-coins_23-2147965715.jpg", imageAlt: "Financial growth"
imageAlt: "Financial growth"
}, },
{ {
imageSrc: "https://img.b2bpic.net/free-photo/business-team-using-laptop-work_1098-1847.jpg", imageSrc: "https://img.b2bpic.net/free-photo/business-team-using-laptop-work_1098-1847.jpg", imageAlt: "Team collaboration"
imageAlt: "Team collaboration"
}, },
{ {
imageSrc: "https://img.b2bpic.net/free-vector/lucky-guy-winning-prize_74855-11350.jpg", imageSrc: "https://img.b2bpic.net/free-vector/lucky-guy-winning-prize_74855-11350.jpg", imageAlt: "Success stories"
imageAlt: "Success stories"
} }
]} ]}
/> />
@@ -101,32 +95,16 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
id: "01", id: "01", title: "Strategic Guidance", description: "Expert mentorship from successful entrepreneurs and industry leaders to accelerate growth and overcome challenges.", imageSrc: "https://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg", imageAlt: "Strategic business guidance"
title: "Strategic Guidance",
description: "Expert mentorship from successful entrepreneurs and industry leaders to accelerate growth and overcome challenges.",
imageSrc: "https://img.b2bpic.net/free-photo/business-scene-top-view_23-2147626514.jpg",
imageAlt: "Strategic business guidance"
}, },
{ {
id: "02", id: "02", title: "Network Access", description: "Connect with our extensive network of partners, customers, and fellow portfolio founders for exponential growth.", imageSrc: "https://img.b2bpic.net/free-vector/communication-banner-set_98292-6531.jpg", imageAlt: "Network and partnerships"
title: "Network Access",
description: "Connect with our extensive network of partners, customers, and fellow portfolio founders for exponential growth.",
imageSrc: "https://img.b2bpic.net/free-vector/communication-banner-set_98292-6531.jpg",
imageAlt: "Network and partnerships"
}, },
{ {
id: "03", id: "03", title: "Capital Injection", description: "Flexible funding rounds tailored to your growth stage, from seed to Series B and beyond.", imageSrc: "https://img.b2bpic.net/free-photo/top-view-assortment-finance-word-sticky-notes_23-2148793747.jpg", imageAlt: "Investment capital"
title: "Capital Injection",
description: "Flexible funding rounds tailored to your growth stage, from seed to Series B and beyond.",
imageSrc: "https://img.b2bpic.net/free-photo/top-view-assortment-finance-word-sticky-notes_23-2148793747.jpg",
imageAlt: "Investment capital"
}, },
{ {
id: "04", id: "04", title: "Active Support", description: "Ongoing operational support including recruitment, legal, and technical expertise whenever you need it.", imageSrc: "https://img.b2bpic.net/free-photo/business-executives-interacting-with-each-other_1170-1787.jpg", imageAlt: "Operational support"
title: "Active Support",
description: "Ongoing operational support including recruitment, legal, and technical expertise whenever you need it.",
imageSrc: "https://img.b2bpic.net/free-photo/business-executives-interacting-with-each-other_1170-1787.jpg",
imageAlt: "Operational support"
} }
]} ]}
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
@@ -143,20 +121,10 @@ export default function HomePage() {
animationType="slide-up" animationType="slide-up"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "€150M+", title: "Assets Under Management", description: "Capital deployed across portfolio companies", imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "Investment metrics"
value: "€150M+",
title: "Assets Under Management",
description: "Capital deployed across portfolio companies",
imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg",
imageAlt: "Investment metrics"
}, },
{ {
id: "2", id: "2", value: "50+", title: "Portfolio Companies", description: "Innovative startups backed since 2018", imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "Portfolio growth"
value: "50+",
title: "Portfolio Companies",
description: "Innovative startups backed since 2018",
imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg",
imageAlt: "Portfolio growth"
} }
]} ]}
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
@@ -169,28 +137,17 @@ export default function HomePage() {
description="Send us your deck and let's explore how Pitchdrive can help scale your vision. We respond to promising founders within 48 hours." description="Send us your deck and let's explore how Pitchdrive can help scale your vision. We respond to promising founders within 48 hours."
inputs={[ inputs={[
{ {
name: "founder_name", name: "founder_name", type: "text", placeholder: "Founder Name", required: true
type: "text",
placeholder: "Founder Name",
required: true
}, },
{ {
name: "company_name", name: "company_name", type: "text", placeholder: "Company Name", required: true
type: "text",
placeholder: "Company Name",
required: true
}, },
{ {
name: "email", name: "email", type: "email", placeholder: "Email Address", required: true
type: "email",
placeholder: "Email Address",
required: true
} }
]} ]}
textarea={{ textarea={{
name: "message", name: "message", placeholder: "Tell us about your startup and why you're seeking investment", rows: 5,
placeholder: "Tell us about your startup and why you're seeking investment",
rows: 5,
required: true required: true
}} }}
imageSrc="https://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg" imageSrc="https://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg"
@@ -208,24 +165,21 @@ export default function HomePage() {
copyrightText="© 2025 Pitchdrive. All rights reserved. Based in Brussels, Belgium." copyrightText="© 2025 Pitchdrive. All rights reserved. Based in Brussels, Belgium."
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About", href: "/about" }, { label: "About", href: "/about" },
{ label: "Portfolio", href: "/portfolio" }, { label: "Portfolio", href: "/portfolio" },
{ label: "Contact", href: "/contact" } { label: "Contact", href: "/contact" }
] ]
}, },
{ {
title: "Resources", title: "Resources", items: [
items: [
{ label: "Pitch Deck Template", href: "#" }, { label: "Pitch Deck Template", href: "#" },
{ label: "Founder Resources", href: "#" }, { label: "Founder Resources", href: "#" },
{ label: "Blog", href: "#" } { label: "Blog", href: "#" }
] ]
}, },
{ {
title: "Contact", title: "Contact", items: [
items: [
{ label: "hello@pitchdrive.be", href: "mailto:hello@pitchdrive.be" }, { label: "hello@pitchdrive.be", href: "mailto:hello@pitchdrive.be" },
{ label: "Brussels, Belgium", href: "#" }, { label: "Brussels, Belgium", href: "#" },
{ label: "LinkedIn", href: "#" } { label: "LinkedIn", href: "#" }