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", }, ]} 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", }, ]} 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}