Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-03 16:07:20 +00:00

View File

@@ -108,16 +108,16 @@ export default function LandingPage() {
tagIcon={Users}
team={[
{
id: "1", name: "Sarah Mitchell", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Mitchell CEO"
id: "1", name: "Sarah Mitchell", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Sarah Mitchell CEO"
},
{
id: "2", name: "James Chen", role: "Chief Development Officer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "James Chen CDO"
id: "2", name: "James Chen", role: "Chief Development Officer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "James Chen CDO"
},
{
id: "3", name: "Emma Richardson", role: "Director of Design", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emma Richardson Director"
id: "3", name: "Emma Richardson", role: "Director of Design", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", imageAlt: "Emma Richardson Director"
},
{
id: "4", name: "Michael Torres", role: "Head of Construction", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Torres Head of Construction"
id: "4", name: "Michael Torres", role: "Head of Construction", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", imageAlt: "Michael Torres Head of Construction"
}
]}
/>