diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 3088cbf..646597f 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -47,16 +47,16 @@ export default function TeamPage() { gridVariant="uniform-all-items-equal" members={[ { - id: "1", name: "Sarah Chen", role: "Founder & CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXYs8p19SwZgPCy0dYpDGi8Hd/professional-headshot-woman-tech-leader-1772496095507-570f157f.png", imageAlt: "Sarah Chen - Founder & CEO" + id: "1", name: "Sarah Chen", role: "Founder & CEO", description: "Visionary leader with 15+ years of experience building AI-powered platforms and scaling growth-stage companies.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXYs8p19SwZgPCy0dYpDGi8Hd/professional-headshot-woman-tech-leader-1772496095507-570f157f.png", imageAlt: "Sarah Chen - Founder & CEO" }, { - id: "2", name: "Michael Rodriguez", role: "Co-Founder & CTO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXYs8p19SwZgPCy0dYpDGi8Hd/professional-headshot-man-tech-executive-1772496095593-628d1502.png", imageAlt: "Michael Rodriguez - Co-Founder & CTO" + id: "2", name: "Michael Rodriguez", role: "Co-Founder & CTO", description: "Technical architect specializing in AI infrastructure and automation systems for enterprise scaling.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXYs8p19SwZgPCy0dYpDGi8Hd/professional-headshot-man-tech-executive-1772496095593-628d1502.png", imageAlt: "Michael Rodriguez - Co-Founder & CTO" }, { - id: "3", name: "Emma Thompson", role: "VP Growth", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXYs8p19SwZgPCy0dYpDGi8Hd/professional-headshot-woman-marketing-lead-1772496095744-b9a04889.png", imageAlt: "Emma Thompson - VP Growth" + id: "3", name: "Emma Thompson", role: "VP Growth", description: "Growth strategist focused on building scalable go-to-market systems and driving customer success.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXYs8p19SwZgPCy0dYpDGi8Hd/professional-headshot-woman-marketing-lead-1772496095744-b9a04889.png", imageAlt: "Emma Thompson - VP Growth" }, { - id: "4", name: "James Park", role: "Head of Strategy", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXYs8p19SwZgPCy0dYpDGi8Hd/professional-headshot-man-strategy-officer-1772496097179-aa7a4dc5.png", imageAlt: "James Park - Head of Strategy" + id: "4", name: "James Park", role: "Head of Strategy", description: "Strategic leader driving innovation in AI applications and shaping the future of intelligent automation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APXYs8p19SwZgPCy0dYpDGi8Hd/professional-headshot-man-strategy-officer-1772496097179-aa7a4dc5.png", imageAlt: "James Park - Head of Strategy" } ]} />