From 6f9e5ade100010f33a1a0f39b56768baad4c8382 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:49:50 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ffe008d..d25753a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -82,37 +82,37 @@ export default function AboutPage() { { id: "1", name: "Sarah Mitchell", - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "professional headshot business portrait woman executive", }, { id: "2", name: "James Chen", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional headshot business portrait man executive", }, { id: "3", name: "Emma Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg?_wi=2", imageAlt: "professional headshot business portrait woman diverse", }, { id: "4", name: "Michael Thompson", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg?_wi=2", imageAlt: "professional headshot business portrait man diverse", }, { id: "5", name: "Lisa Anderson", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "professional headshot business portrait woman professional", }, { id: "6", name: "David Kumar", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "professional headshot business portrait man professional", }, ]} -- 2.49.1 From ae5bec19dbe60b94ab27ffcfdbf755cdeb4cc92f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:49:52 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5445790..c9e6421 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function HomePage() { background={{ variant: "aurora" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=1", imageAlt: "business strategy planning consulting boardroom", }, { @@ -173,37 +173,37 @@ export default function HomePage() { { id: "1", name: "Sarah Mitchell", - imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "professional headshot business portrait woman executive", }, { id: "2", name: "James Chen", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional headshot business portrait man executive", }, { id: "3", name: "Emma Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg?_wi=1", imageAlt: "professional headshot business portrait woman diverse", }, { id: "4", name: "Michael Thompson", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-businessman-wearing-suit-headshot-vertical-portrait-with-team_1163-3924.jpg?_wi=1", imageAlt: "professional headshot business portrait man diverse", }, { id: "5", name: "Lisa Anderson", - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "professional headshot business portrait woman professional", }, { id: "6", name: "David Kumar", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional headshot business portrait man professional", }, ]} -- 2.49.1 From 27508e3b6b8258047b5989e3dcf24ff56055b4e8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:49:54 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5d6c446..b02b37b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -53,7 +53,7 @@ export default function ServicesPage() { tag="Core Services" tagIcon={CheckCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-meeting-office_1268-21517.jpg?_wi=2" imageAlt="business strategy planning consulting boardroom" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1