Update src/app/portfolio/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user