diff --git a/src/app/page.tsx b/src/app/page.tsx index dafc448..c4bb021 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { role: "CEO", company: "TechCorp", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-long-haired-woman-expressing-happy-emotions-sitting-sill_197531-6661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-long-haired-woman-expressing-happy-emotions-sitting-sill_197531-6661.jpg?_wi=1", }, { name: "Michael Chen", @@ -96,7 +96,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-beautiful-city-streets-nighttime_23-2149444908.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-beautiful-city-streets-nighttime_23-2149444908.jpg?_wi=1" showDimOverlay={true} avatars={[ { @@ -192,7 +192,7 @@ export default function LandingPage() { button: { text: "Compare", }, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-city-streets-nighttime_23-2149444908.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-beautiful-city-streets-nighttime_23-2149444908.jpg?_wi=2", imageAlt: "Modern tokyo street background", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { button: { text: "Compare", }, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-long-haired-woman-expressing-happy-emotions-sitting-sill_197531-6661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-long-haired-woman-expressing-happy-emotions-sitting-sill_197531-6661.jpg?_wi=2", imageAlt: "Modern tokyo street background", }, ]}