From 0baf376dc308cd9cde0833edcae9ffc4926ec76d Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 20:53:04 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 62 ++++++++------------------------------ 1 file changed, 12 insertions(+), 50 deletions(-) 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: "#" }