diff --git a/src/app/page.tsx b/src/app/page.tsx index e8f90b6..29f5315 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,11 +122,11 @@ export default function LandingPage() { { id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "woman professional business portrait entrepreneur headshot profile"}, { - id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "man professional business portrait entrepreneur headshot profile"}, + id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "man professional business portrait entrepreneur headshot profile"}, { id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "woman business professional portrait entrepreneur headshot profile"}, { - id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "man business professional portrait entrepreneur headshot profile"}, + id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "man business professional portrait entrepreneur headshot profile"}, ]} useInvertedBackground={false} />