From 755ed292e254dd8b83999e5517c8b6605857bdb0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:39:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2de91a2..1e16a0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -180,8 +180,8 @@ export default function LandingPage() { team={[ { id: "t1", name: "Artem T.", role: "Founder & AI Visionary", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-standing-blackboard_329181-746.jpg" }, { id: "t2", name: "Zakhar P.", role: "Technical Director", imageSrc: "http://img.b2bpic.net/free-photo/system-administrator-walking-data-center-used-managing-gear-energy_482257-116015.jpg" }, - { id: "t3", name: "Artem S.", role: "Head of AI Marketing", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-gray-haired-businesswoman-reading-notes-glass-wall-holding-marker-concentrated-caucasian-female-worker-suit-thinking-about-idea-project_74855-7841.jpg" }, - { id: "t4", name: "Project Lead", role: "PM & Strategist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-entrepreneur-standing-looking-camera-crossing-arms-smiling_482257-5018.jpg" } + { id: "t3", name: "Anna B.", role: "Head of AI Marketing", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-gray-haired-businesswoman-reading-notes-glass-wall-holding-marker-concentrated-caucasian-female-worker-suit-thinking-about-idea-project_74855-7841.jpg" }, + { id: "t4", name: "Maria K ", role: "PM & Strategist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-entrepreneur-standing-looking-camera-crossing-arms-smiling_482257-5018.jpg" } ]} title="Our Team" description="A group of 15+ experienced AI specialists and strategists." -- 2.49.1