Update src/app/portfolio/page.tsx

This commit is contained in:
2026-01-23 00:08:46 +00:00
parent 4114c8fe4e
commit 151c76f374

View File

@@ -47,13 +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://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", 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://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", 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://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "ChainVault fintech"
}
]}
useInvertedBackground="noInvert"
@@ -71,13 +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://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", 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://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", 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://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Deep technology"
}
]}
useInvertedBackground="invertDefault"
@@ -94,10 +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://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", 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://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Success metrics"
}
]}
useInvertedBackground="noInvert"
@@ -105,7 +105,7 @@ export default function PortfolioPage() {
</div>
<FooterMedia
imageSrc="https://img.b2bpic.net/free-photo/cityscape-frankfurt-downtown-germany_1268-20913.jpg"
imageSrc="https://images.unsplash.com/photo-1552664730-d307ca884978?w=1200&h=800&fit=crop"
imageAlt="Brussels skyline"
logoText="Pitchdrive"
copyrightText="© 2025 Pitchdrive. All rights reserved. Based in Brussels, Belgium."
@@ -135,4 +135,4 @@ export default function PortfolioPage() {
/>
</ThemeProvider>
);
}
}