diff --git a/src/app/page.tsx b/src/app/page.tsx index 61e5dde..84d14a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,15 +48,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "@sarahlovessoda", testimonial: "The best soda I've ever tasted! Premium quality with zero artificial flavors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-female-school-teacher_23-2151110050.jpg", imageAlt: "Sarah Johnson profile photo" + imageSrc: "http://img.b2bpic.net/free-photo/view-female-school-teacher_23-2151110050.jpg?_wi=1", imageAlt: "Sarah Johnson profile photo" }, { name: "Michael Chen", handle: "@beverageconnoisseur", testimonial: "JP Soda Depot has revolutionized my understanding of what soda can be.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-woman-posing-indoors_23-2149883533.jpg", imageAlt: "Michael Chen profile photo" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-woman-posing-indoors_23-2149883533.jpg?_wi=1", imageAlt: "Michael Chen profile photo" }, { name: "Jessica Martinez", handle: "@healthylifestyle", testimonial: "Love supporting local artisanal sodas. Tastes amazing and made with care!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Jessica Martinez profile photo" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Jessica Martinez profile photo" } ]} testimonialRotationInterval={5000} @@ -246,15 +246,15 @@ export default function LandingPage() { testimonials={[ { id: "testimonial-1", name: "Emma Wilson", role: "Beverage Enthusiast", company: "Taste Collective", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/view-female-school-teacher_23-2151110050.jpg", imageAlt: "Emma Wilson portrait" + imageSrc: "http://img.b2bpic.net/free-photo/view-female-school-teacher_23-2151110050.jpg?_wi=2", imageAlt: "Emma Wilson portrait" }, { id: "testimonial-2", name: "David Rodriguez", role: "Restaurant Owner", company: "Urban Dining Co.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-woman-posing-indoors_23-2149883533.jpg", imageAlt: "David Rodriguez portrait" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-old-woman-posing-indoors_23-2149883533.jpg?_wi=2", imageAlt: "David Rodriguez portrait" }, { id: "testimonial-3", name: "Lisa Anderson", role: "Wellness Coach", company: "Natural Health Hub", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Lisa Anderson portrait" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Lisa Anderson portrait" }, { id: "testimonial-4", name: "James Park", role: "Retail Manager", company: "Premium Mart", rating: 5,