From fe28e1da19bd4d6fb23b696a547a71cbf1482ebb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:20:19 +0000 Subject: [PATCH] Update src/app/portfolio/page.tsx --- src/app/portfolio/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 400b602..c265fa8 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -78,11 +78,11 @@ export default function PortfolioPage() { animationType="slide-up" products={[ { - id: "1", name: "FinFlow AI", price: "Series A", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/sleek-fintech-mobile-application-interfa-1772525530439-aa706225.png", imageAlt: "FinFlow AI platform interface"}, + id: "1", name: "FinFlow AI", price: "Series A", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/sleek-fintech-mobile-application-interfa-1772525530439-aa706225.png?_wi=2", imageAlt: "FinFlow AI platform interface"}, { - id: "2", name: "NeuralVision Labs", price: "Series B", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/advanced-ai-ml-platform-interface-displa-1772525530543-ec0ac640.png", imageAlt: "NeuralVision AI platform"}, + id: "2", name: "NeuralVision Labs", price: "Series B", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/advanced-ai-ml-platform-interface-displa-1772525530543-ec0ac640.png?_wi=2", imageAlt: "NeuralVision AI platform"}, { - id: "3", name: "CloudScale Pro", price: "Series A", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/cloud-technology-solution-interface-show-1772525530800-01ef69f8.png", imageAlt: "CloudScale Pro infrastructure"}, + id: "3", name: "CloudScale Pro", price: "Series A", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/cloud-technology-solution-interface-show-1772525530800-01ef69f8.png?_wi=2", imageAlt: "CloudScale Pro infrastructure"}, ]} buttons={[{ text: "Apply to Portfolio", href: "/contact" }]} buttonAnimation="blur-reveal" @@ -101,13 +101,13 @@ export default function PortfolioPage() { features={[ { id: 1, - tag: "Fintech", title: "Financial Technology", subtitle: "Revolutionizing payments and financial services.", description: "We invest in companies leveraging AI and blockchain to transform financial services, including payments, lending, and wealth management. Our fintech portfolio includes companies serving consumers and enterprises globally.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/sleek-fintech-mobile-application-interfa-1772525530439-aa706225.png", imageAlt: "Fintech innovation"}, + tag: "Fintech", title: "Financial Technology", subtitle: "Revolutionizing payments and financial services.", description: "We invest in companies leveraging AI and blockchain to transform financial services, including payments, lending, and wealth management. Our fintech portfolio includes companies serving consumers and enterprises globally.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/sleek-fintech-mobile-application-interfa-1772525530439-aa706225.png?_wi=3", imageAlt: "Fintech innovation"}, { id: 2, - tag: "AI & ML", title: "Artificial Intelligence", subtitle: "Machine learning for enterprise and consumer.", description: "From generative AI to computer vision, we back companies building the next generation of intelligent systems. Our AI portfolio includes startups working on language models, predictive analytics, and autonomous systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/advanced-ai-ml-platform-interface-displa-1772525530543-ec0ac640.png", imageAlt: "AI and machine learning platforms"}, + tag: "AI & ML", title: "Artificial Intelligence", subtitle: "Machine learning for enterprise and consumer.", description: "From generative AI to computer vision, we back companies building the next generation of intelligent systems. Our AI portfolio includes startups working on language models, predictive analytics, and autonomous systems.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/advanced-ai-ml-platform-interface-displa-1772525530543-ec0ac640.png?_wi=3", imageAlt: "AI and machine learning platforms"}, { id: 3, - tag: "Cloud", title: "Cloud Infrastructure", subtitle: "Enterprise infrastructure and DevOps.", description: "We invest in cloud-native companies building the infrastructure, tools, and platforms that power modern enterprises. Our portfolio includes leaders in containerization, monitoring, and infrastructure automation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/cloud-technology-solution-interface-show-1772525530800-01ef69f8.png", imageAlt: "Cloud infrastructure solutions"}, + tag: "Cloud", title: "Cloud Infrastructure", subtitle: "Enterprise infrastructure and DevOps.", description: "We invest in cloud-native companies building the infrastructure, tools, and platforms that power modern enterprises. Our portfolio includes leaders in containerization, monitoring, and infrastructure automation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/cloud-technology-solution-interface-show-1772525530800-01ef69f8.png?_wi=3", imageAlt: "Cloud infrastructure solutions"}, ]} buttons={[{ text: "Apply Now", href: "/contact" }]} buttonAnimation="blur-reveal"