diff --git a/src/app/page.tsx b/src/app/page.tsx index 228b01f..1653680 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -198,11 +198,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Book Blogger", company: "Literary Minds", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "Portrait of Sarah Chen" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=1", imageAlt: "Portrait of Sarah Chen" }, { id: "2", name: "Michael Rodriguez", role: "Author & Educator", company: "Knowledge Hub", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", imageAlt: "Portrait of Michael Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg?_wi=1", imageAlt: "Portrait of Michael Rodriguez" }, { id: "3", name: "Emma Thompson", role: "Book Club Director", company: "Reading Circles", rating: 5, @@ -214,11 +214,11 @@ export default function LandingPage() { }, { id: "5", name: "Lisa Andersson", role: "University Librarian", company: "Academic Press", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "Portrait of Lisa Andersson" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=2", imageAlt: "Portrait of Lisa Andersson" }, { id: "6", name: "David Kim", role: "Content Creator", company: "Digital Stories", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg", imageAlt: "Portrait of David Kim" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-with-backpack_23-2149915917.jpg?_wi=2", imageAlt: "Portrait of David Kim" } ]} />