Update src/app/portfolio/page.tsx

This commit is contained in:
2026-01-22 20:53:04 +00:00
parent b1efae0d90
commit 0baf376dc3

View File

@@ -32,8 +32,7 @@ export default function PortfolioPage() {
{ name: "Contact", id: "/contact" } { name: "Contact", id: "/contact" }
]} ]}
button={{ button={{
text: "Start Pitching", text: "Start Pitching", href: "/contact"
href: "/contact"
}} }}
/> />
</div> </div>
@@ -48,25 +47,13 @@ export default function PortfolioPage() {
animationType="slide-up" animationType="slide-up"
products={[ products={[
{ {
id: "1", 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"
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", id: "2", name: "PayFlow", price: "Series B", imageSrc: "https://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399290.jpg", imageAlt: "PayFlow SaaS platform"
name: "PayFlow",
price: "Series B",
imageSrc: "https://img.b2bpic.net/free-photo/saas-concept-collage_23-2149399290.jpg",
imageAlt: "PayFlow SaaS platform"
}, },
{ {
id: "3", id: "3", name: "ChainVault", price: "Seed", imageSrc: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg", imageAlt: "ChainVault fintech"
name: "ChainVault",
price: "Seed",
imageSrc: "https://img.b2bpic.net/free-photo/beautiful-cryptocurrwncy-concept_23-2149250213.jpg",
imageAlt: "ChainVault fintech"
} }
]} ]}
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
@@ -84,25 +71,13 @@ export default function PortfolioPage() {
animationType="slide-up" animationType="slide-up"
features={[ features={[
{ {
id: "01", 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"
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", 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"
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", 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"
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" useInvertedBackground="invertDefault"
@@ -119,20 +94,10 @@ export default function PortfolioPage() {
animationType="slide-up" animationType="slide-up"
metrics={[ metrics={[
{ {
id: "1", 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"
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", 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"
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" useInvertedBackground="noInvert"
@@ -146,24 +111,21 @@ export default function PortfolioPage() {
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: "#" }