diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f1aa54..4c8180a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -145,19 +145,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Chen", role: "Wellness Coach", company: "Pure Living Co", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sarah Chen profile" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sarah Chen profile" }, { id: "2", name: "Marcus Johnson", role: "Fitness Professional", company: "Green Energy Gym", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Marcus Johnson profile" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Marcus Johnson profile" }, { id: "3", name: "Elena Rodriguez", role: "Nutritionist", company: "Wellness Collective", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Elena Rodriguez profile" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Elena Rodriguez profile" }, { id: "4", name: "David Liu", role: "Tea Ceremony Master", company: "Traditional Arts Institute", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "David Liu profile" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "David Liu profile" } ]} gridVariant="uniform-all-items-equal"