|
|
|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
|
|
|
|
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
|
|
|
|
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
|
|
|
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
|
import { Rocket, Users } from 'lucide-react';
|
|
|
|
|
@@ -35,7 +35,7 @@ export default function TeamPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="team" data-section="team" className="py-20">
|
|
|
|
|
<TeamCardEleven
|
|
|
|
|
<TeamCardTwo
|
|
|
|
|
title="Meet the visionary team behind Installed AI"
|
|
|
|
|
description="We are builders, strategists, and growth architects dedicated to transforming businesses through AI-powered infrastructure."
|
|
|
|
|
tag="Our Team"
|
|
|
|
|
@@ -44,26 +44,19 @@ export default function TeamPage() {
|
|
|
|
|
textboxLayout="default"
|
|
|
|
|
animationType="slide-up"
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
groups={[
|
|
|
|
|
gridVariant="uniform-all-items-equal"
|
|
|
|
|
members={[
|
|
|
|
|
{
|
|
|
|
|
id: "founders", groupTitle: "Founders", members: [
|
|
|
|
|
{
|
|
|
|
|
id: "1", title: "Sarah Chen", subtitle: "Founder & CEO", detail: "sarah@installedai.com", 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", title: "Michael Rodriguez", subtitle: "Co-Founder & CTO", detail: "michael@installedai.com", 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: "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: "leadership", groupTitle: "Leadership", members: [
|
|
|
|
|
{
|
|
|
|
|
id: "3", title: "Emma Thompson", subtitle: "VP Growth", detail: "emma@installedai.com", 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", title: "James Park", subtitle: "Head of Strategy", detail: "james@installedai.com", 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: "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", 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", 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"
|
|
|
|
|
}
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
|