From 929ef01b5528391aa405c57e97e5842f1891604f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 14:34:40 +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 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" -- 2.49.1