diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 32635d2..dc226d0 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: "Start Pitching",
- href: "/contact"
+ text: "Start Pitching", href: "/contact"
}}
/>
@@ -63,32 +62,16 @@ export default function AboutPage() {
animationType="slide-up"
members={[
{
- id: "1",
- name: "Marc Dupont",
- role: "Founding Partner & CEO",
- imageSrc: "https://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg",
- imageAlt: "Marc Dupont"
+ id: "1", name: "Marc Dupont", role: "Founding Partner & CEO", imageSrc: "https://img.b2bpic.net/free-photo/friendly-successful-business-woman-posing-with-arms-crossed_74855-2813.jpg", imageAlt: "Marc Dupont"
},
{
- id: "2",
- name: "Claire Rousseau",
- role: "Partner, Operations",
- imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg",
- imageAlt: "Claire Rousseau"
+ id: "2", name: "Claire Rousseau", role: "Partner, Operations", imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Claire Rousseau"
},
{
- id: "3",
- name: "Thomas Berg",
- role: "Partner, Technology",
- imageSrc: "https://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg",
- imageAlt: "Thomas Berg"
+ id: "3", name: "Thomas Berg", role: "Partner, Technology", imageSrc: "https://img.b2bpic.net/free-photo/front-view-portrait-beautiful-woman_23-2148317338.jpg", imageAlt: "Thomas Berg"
},
{
- id: "4",
- name: "Sophie Leblanc",
- role: "Investment Director",
- imageSrc: "https://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg",
- imageAlt: "Sophie Leblanc"
+ id: "4", name: "Sophie Leblanc", role: "Investment Director", imageSrc: "https://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Sophie Leblanc"
}
]}
useInvertedBackground="invertDefault"
@@ -105,28 +88,13 @@ export default function AboutPage() {
animationType="slide-up"
metrics={[
{
- id: "1",
- value: "€150M+",
- title: "Assets Under Management",
- description: "Capital deployed across promising ventures",
- imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg",
- imageAlt: "Investment metrics"
+ id: "1", value: "€150M+", title: "Assets Under Management", description: "Capital deployed across promising ventures", imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "Investment metrics"
},
{
- id: "2",
- value: "50+",
- title: "Portfolio Companies",
- description: "European startups in our ecosystem",
- imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg",
- imageAlt: "Portfolio growth"
+ id: "2", value: "50+", title: "Portfolio Companies", description: "European startups in our ecosystem", imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "Portfolio growth"
},
{
- id: "3",
- value: "10x",
- title: "Average Return",
- description: "Median MOIC across successful exits",
- imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg",
- imageAlt: "Financial returns"
+ id: "3", value: "10x", title: "Average Return", description: "Median MOIC across successful exits", imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "Financial returns"
}
]}
useInvertedBackground="noInvert"
@@ -140,24 +108,21 @@ export default function AboutPage() {
copyrightText="© 2025 Pitchdrive. All rights reserved. Based in Brussels, Belgium."
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Contact", href: "/contact" }
]
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Pitch Deck Template", href: "#" },
{ label: "Founder Resources", href: "#" },
{ label: "Blog", href: "#" }
]
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "hello@pitchdrive.be", href: "mailto:hello@pitchdrive.be" },
{ label: "Brussels, Belgium", href: "#" },
{ label: "LinkedIn", href: "#" }
diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index b51ca78..cbbd40c 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -131,7 +131,7 @@ export default function BlogPage() {
)}
@@ -44,34 +43,20 @@ export default function ContactPage() {
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={[
{
- name: "founder_name",
- type: "text",
- placeholder: "Founder Name",
- required: true
+ name: "founder_name", type: "text", placeholder: "Founder Name", required: true
},
{
- name: "company_name",
- type: "text",
- placeholder: "Company Name",
- required: true
+ name: "company_name", type: "text", placeholder: "Company Name", required: true
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true
+ name: "email", type: "email", placeholder: "Email Address", required: true
},
{
- name: "phone",
- type: "tel",
- placeholder: "Phone Number",
- required: false
+ name: "phone", type: "tel", placeholder: "Phone Number", required: false
}
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your startup and why you're seeking investment",
- rows: 5,
+ name: "message", placeholder: "Tell us about your startup and why you're seeking investment", rows: 5,
required: true
}}
imageSrc="https://img.b2bpic.net/free-photo/accountant-busy-modern-startup-agency-imputing-financial-figures-pc_482257-126653.jpg"
@@ -106,20 +91,10 @@ export default function ContactPage() {
animationType="slide-up"
metrics={[
{
- id: "1",
- value: "48h",
- title: "Response Time",
- description: "Average time to initial founder response",
- imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg",
- imageAlt: "Quick response time"
+ id: "1", value: "48h", title: "Response Time", description: "Average time to initial founder response", imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "Quick response time"
},
{
- id: "2",
- value: "500+",
- title: "Pitches Reviewed",
- description: "Startup applications reviewed annually",
- imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg",
- imageAlt: "Pitch reviews"
+ id: "2", value: "500+", title: "Pitches Reviewed", description: "Startup applications reviewed annually", imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "Pitch reviews"
}
]}
useInvertedBackground="noInvert"
@@ -133,24 +108,21 @@ export default function ContactPage() {
copyrightText="© 2025 Pitchdrive. All rights reserved. Based in Brussels, Belgium."
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Contact", href: "/contact" }
]
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Pitch Deck Template", href: "#" },
{ label: "Founder Resources", href: "#" },
{ label: "Blog", href: "#" }
]
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "hello@pitchdrive.be", href: "mailto:hello@pitchdrive.be" },
{ label: "Brussels, Belgium", href: "#" },
{ label: "LinkedIn", href: "#" }
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index b340152..a02fe69 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -5,37 +5,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const ibmPlexSans = IBM_Plex_Sans({
- variable: "--font-ibm-plex-sans",
- subsets: ["latin"],
+ variable: "--font-ibm-plex-sans", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
- title: "Pitchdrive | Belgium Venture Capital & Startup Funding",
- description: "Leading Belgian VC firm investing in innovative startups. Get funded, access mentorship, and join our growing portfolio of European founders.",
- keywords: ["venture capital Belgium", "startup funding", "VC investor", "Brussels venture fund"],
+ title: "Pitchdrive | Belgium Venture Capital & Startup Funding", description: "Leading Belgian VC firm investing in innovative startups. Get funded, access mentorship, and join our growing portfolio of European founders.", keywords: ["venture capital Belgium", "startup funding", "VC investor", "Brussels venture fund"],
metadataBase: new URL("https://pitchdrive.be"),
alternates: {
canonical: "https://pitchdrive.be"
},
openGraph: {
- title: "Pitchdrive | Belgium's Premier Venture Capital Firm",
- description: "Invest in tomorrow's leaders. Join 50+ innovative startups backed by Pitchdrive.",
- url: "https://pitchdrive.be",
- siteName: "Pitchdrive",
- type: "website",
- images: [
+ title: "Pitchdrive | Belgium's Premier Venture Capital Firm", description: "Invest in tomorrow's leaders. Join 50+ innovative startups backed by Pitchdrive.", url: "https://pitchdrive.be", siteName: "Pitchdrive", type: "website", images: [
{
- url: "https://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg",
- alt: "Pitchdrive venture capital"
+ url: "https://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg", alt: "Pitchdrive venture capital"
}
]
},
twitter: {
- card: "summary_large_image",
- title: "Pitchdrive | Belgium VC Fund",
- description: "Leading venture capital firm backing innovative European startups",
- images: ["https://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg"]
+ card: "summary_large_image", title: "Pitchdrive | Belgium VC Fund", description: "Leading venture capital firm backing innovative European startups", images: ["https://img.b2bpic.net/free-photo/start-up-business-goals-strategy_53876-124798.jpg"]
},
robots: {
index: true,
diff --git a/src/app/page.tsx b/src/app/page.tsx
index fc6e0a1..a020fb6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,15 +34,14 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" }
]}
button={{
- text: "Start Pitching",
- href: "/contact"
+ text: "Start Pitching", href: "/contact"
}}
/>
@@ -101,32 +95,16 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
- 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"
+ 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"
},
{
- 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"
+ 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"
},
{
- 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"
+ 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"
},
{
- 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"
+ 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"
}
]}
useInvertedBackground="noInvert"
@@ -143,20 +121,10 @@ export default function HomePage() {
animationType="slide-up"
metrics={[
{
- 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"
+ 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"
},
{
- 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"
+ 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"
}
]}
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."
inputs={[
{
- name: "founder_name",
- type: "text",
- placeholder: "Founder Name",
- required: true
+ name: "founder_name", type: "text", placeholder: "Founder Name", required: true
},
{
- name: "company_name",
- type: "text",
- placeholder: "Company Name",
- required: true
+ name: "company_name", type: "text", placeholder: "Company Name", required: true
},
{
- name: "email",
- type: "email",
- placeholder: "Email Address",
- required: true
+ name: "email", type: "email", placeholder: "Email Address", required: true
}
]}
textarea={{
- name: "message",
- placeholder: "Tell us about your startup and why you're seeking investment",
- rows: 5,
+ name: "message", placeholder: "Tell us about your startup and why you're seeking investment", rows: 5,
required: true
}}
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."
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Contact", href: "/contact" }
]
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Pitch Deck Template", href: "#" },
{ label: "Founder Resources", href: "#" },
{ label: "Blog", href: "#" }
]
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "hello@pitchdrive.be", href: "mailto:hello@pitchdrive.be" },
{ label: "Brussels, Belgium", href: "#" },
{ label: "LinkedIn", href: "#" }
diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx
index 010c1e9..7c07c5c 100644
--- a/src/app/portfolio/page.tsx
+++ b/src/app/portfolio/page.tsx
@@ -32,8 +32,7 @@ export default function PortfolioPage() {
{ name: "Contact", id: "/contact" }
]}
button={{
- text: "Start Pitching",
- href: "/contact"
+ text: "Start Pitching", href: "/contact"
}}
/>
@@ -48,25 +47,13 @@ export default function PortfolioPage() {
animationType="slide-up"
products={[
{
- id: "1",
- name: "CloudSync",
- price: "Series A",
- imageSrc: "https://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991374.jpg",
- imageAlt: "CloudSync tech startup"
+ id: "1", name: "CloudSync", price: "Series A", imageSrc: "https://img.b2bpic.net/free-photo/teammates-working-late-office_23-2148991374.jpg", imageAlt: "CloudSync tech startup"
},
{
- id: "2",
- name: "PayFlow",
- price: "Series B",
- imageSrc: "https://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399290.jpg",
- imageAlt: "PayFlow SaaS platform"
+ id: "2", name: "PayFlow", price: "Series B", imageSrc: "https://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399290.jpg", imageAlt: "PayFlow SaaS platform"
},
{
- id: "3",
- name: "ChainVault",
- price: "Seed",
- imageSrc: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg",
- imageAlt: "ChainVault fintech"
+ id: "3", name: "ChainVault", price: "Seed", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg", imageAlt: "ChainVault fintech"
}
]}
useInvertedBackground="noInvert"
@@ -84,25 +71,13 @@ export default function PortfolioPage() {
animationType="slide-up"
features={[
{
- id: "01",
- title: "Fintech Innovation",
- description: "Digital banking, payment solutions, blockchain technology, and financial infrastructure modernization.",
- imageSrc: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg",
- imageAlt: "Fintech innovation"
+ id: "01", title: "Fintech Innovation", description: "Digital banking, payment solutions, blockchain technology, and financial infrastructure modernization.", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg", imageAlt: "Fintech innovation"
},
{
- id: "02",
- title: "B2B SaaS Platforms",
- description: "Enterprise software, automation tools, data analytics, and cloud-native business solutions.",
- imageSrc: "https://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399290.jpg",
- imageAlt: "SaaS platforms"
+ id: "02", title: "B2B SaaS Platforms", description: "Enterprise software, automation tools, data analytics, and cloud-native business solutions.", imageSrc: "https://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399290.jpg", imageAlt: "SaaS platforms"
},
{
- id: "03",
- title: "Deep Tech",
- description: "Artificial intelligence, machine learning, IoT, cybersecurity, and emerging technologies.",
- imageSrc: "https://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038853.jpg",
- imageAlt: "Deep technology"
+ id: "03", title: "Deep Tech", description: "Artificial intelligence, machine learning, IoT, cybersecurity, and emerging technologies.", imageSrc: "https://img.b2bpic.net/free-photo/person-working-html-computer_23-2150038853.jpg", imageAlt: "Deep technology"
}
]}
useInvertedBackground="invertDefault"
@@ -119,20 +94,10 @@ export default function PortfolioPage() {
animationType="slide-up"
metrics={[
{
- id: "1",
- value: "€2B+",
- title: "Combined Portfolio Value",
- description: "Total valuation across all investments",
- imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg",
- imageAlt: "Portfolio valuation"
+ id: "1", value: "€2B+", title: "Combined Portfolio Value", description: "Total valuation across all investments", imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "Portfolio valuation"
},
{
- id: "2",
- value: "85%",
- title: "Success Rate",
- description: "Companies achieving Series A milestones",
- imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg",
- imageAlt: "Success metrics"
+ id: "2", value: "85%", title: "Success Rate", description: "Companies achieving Series A milestones", imageSrc: "https://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "Success metrics"
}
]}
useInvertedBackground="noInvert"
@@ -146,24 +111,21 @@ export default function PortfolioPage() {
copyrightText="© 2025 Pitchdrive. All rights reserved. Based in Brussels, Belgium."
columns={[
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Portfolio", href: "/portfolio" },
{ label: "Contact", href: "/contact" }
]
},
{
- title: "Resources",
- items: [
+ title: "Resources", items: [
{ label: "Pitch Deck Template", href: "#" },
{ label: "Founder Resources", href: "#" },
{ label: "Blog", href: "#" }
]
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "hello@pitchdrive.be", href: "mailto:hello@pitchdrive.be" },
{ label: "Brussels, Belgium", href: "#" },
{ label: "LinkedIn", href: "#" }