diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e4b81a..c16c79b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -108,7 +108,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Johnson", role: "Fashion Enthusiast", company: "StyleBlog", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1"}, { id: "2", name: "Michael Chen", role: "Business Professional", company: "Tech Startup", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-with-arms-crossed_1298-429.jpg"}, @@ -117,7 +117,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"}, { id: "4", name: "David Kim", role: "Creative Director", company: "Design Studio", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up"