diff --git a/src/app/page.tsx b/src/app/page.tsx index c35988e..4f82c5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,11 +157,11 @@ export default function SitePage() { { id: "1", name: "John Doe", role: "CEO & Founder", imageSrc: "https://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", imageAlt: "Portrait of John Doe, CEO"}, { - id: "2", name: "Jane Smith", role: "Chief Project Officer", imageSrc: "https://img.b2bpic.net/free-photo/businesswoman-architect-engineer-construction-design-concept_53876-26416.jpg", imageAlt: "Portrait of Jane Smith, Chief Project Officer"}, + id: "2", name: "Jane Smith", role: "Chief Project Officer", imageSrc: "https://img.b2bpic.net/free-photo/businesswoman-architect-engineer-construction-design-concept_53876-26416.jpg?_wi=1", imageAlt: "Portrait of Jane Smith, Chief Project Officer"}, { id: "3", name: "Robert Johnson", role: "Head of Engineering", imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-smiling-construction-worker_23-2148233742.jpg", imageAlt: "Portrait of Robert Johnson, Head of Engineering"}, { - id: "4", name: "Emily White", role: "Safety & Compliance Manager", imageSrc: "https://img.b2bpic.net/free-photo/businesswoman-architect-engineer-construction-design-concept_53876-26416.jpg", imageAlt: "Portrait of Emily White, Safety & Compliance Manager"}, + id: "4", name: "Emily White", role: "Safety & Compliance Manager", imageSrc: "https://img.b2bpic.net/free-photo/businesswoman-architect-engineer-construction-design-concept_53876-26416.jpg?_wi=2", imageAlt: "Portrait of Emily White, Safety & Compliance Manager"}, ]} carouselMode="buttons" gridVariant="uniform-all-items-equal"