diff --git a/src/app/page.tsx b/src/app/page.tsx index d07198c..965e211 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Michael Johnson", role: "Business Owner", company: "Local Tech Startup", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "Michael Johnson testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=1", imageAlt: "Michael Johnson testimonial" }, { id: "2", name: "David Garcia", role: "Executive", company: "Corporate Finance", rating: 5, @@ -133,7 +133,7 @@ export default function LandingPage() { }, { id: "3", name: "James Rodriguez", role: "Entrepreneur", company: "Marketing Agency", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", imageAlt: "James Rodriguez testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg?_wi=2", imageAlt: "James Rodriguez testimonial" }, { id: "4", name: "Robert Chen", role: "Creative Director", company: "Design Studio", rating: 5,