From e668a791f1fb6ecb36a29c78f522907b289df7cd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:20:19 +0000 Subject: [PATCH] Update src/app/team/page.tsx --- src/app/team/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 9f5233d..0c71e46 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -73,7 +73,7 @@ export default function TeamPage() { tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/thriving-startup-ecosystem-visualization-1772525531598-c1fdd4f1.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/thriving-startup-ecosystem-visualization-1772525531598-c1fdd4f1.png?_wi=5" imageAlt="Collaborative team environment" mediaAnimation="blur-reveal" imagePosition="right" @@ -109,19 +109,19 @@ export default function TeamPage() { animationType="blur-reveal" members={[ { - id: "1", name: "Michael Zhang", role: "Founder & Managing Partner", description: "20+ years in venture capital and tech entrepreneurship. Previously founded two successful SaaS companies and led investments in 15+ unicorn-track startups.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-headshot-of-company-ceo-in--1772525529584-53f22731.png", imageAlt: "Michael Zhang, Founder", socialLinks: [ + id: "1", name: "Michael Zhang", role: "Founder & Managing Partner", description: "20+ years in venture capital and tech entrepreneurship. Previously founded two successful SaaS companies and led investments in 15+ unicorn-track startups.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-headshot-of-company-ceo-in--1772525529584-53f22731.png?_wi=2", imageAlt: "Michael Zhang, Founder", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" }, { icon: Twitter, url: "https://twitter.com" }, ], }, { - id: "2", name: "Jennifer Park", role: "Chief Investment Officer", description: "Former investor at leading tech funds with expertise in AI/ML and fintech. Board member at 3 unicorns and advisor to 8 growth-stage companies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-portrait-of-chief-operation-1772525529727-95cde115.png", imageAlt: "Jennifer Park, CIO", socialLinks: [ + id: "2", name: "Jennifer Park", role: "Chief Investment Officer", description: "Former investor at leading tech funds with expertise in AI/ML and fintech. Board member at 3 unicorns and advisor to 8 growth-stage companies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-portrait-of-chief-operation-1772525529727-95cde115.png?_wi=2", imageAlt: "Jennifer Park, CIO", socialLinks: [ { icon: Linkedin, url: "https://linkedin.com" }, { icon: Twitter, url: "https://twitter.com" }, ], }, { - id: "3", name: "David Thompson", role: "Head of Portfolio Operations", description: "Operations expert with 15+ years building and scaling high-growth tech companies. Advisor to 12 portfolio firms on go-to-market strategy and organizational scaling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-headshot-of-head-of-investm-1772525529970-5fd3cf16.png", imageAlt: "David Thompson, Portfolio Operations", socialLinks: [{ icon: Linkedin, url: "https://linkedin.com" }], + id: "3", name: "David Thompson", role: "Head of Portfolio Operations", description: "Operations expert with 15+ years building and scaling high-growth tech companies. Advisor to 12 portfolio firms on go-to-market strategy and organizational scaling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQWpGN0mtQcwwv9J8G9YbvClhd/professional-headshot-of-head-of-investm-1772525529970-5fd3cf16.png?_wi=2", imageAlt: "David Thompson, Portfolio Operations", socialLinks: [{ icon: Linkedin, url: "https://linkedin.com" }], }, ]} buttons={[{ text: "Join Our Team", href: "#" }]}