diff --git a/src/app/page.tsx b/src/app/page.tsx index 249adb9..63f3e4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,19 +64,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "María Santos", role: "Regular Customer", company: "Winter Park", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg", imageAlt: "happy customer satisfied smile portrait" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg?_wi=1", imageAlt: "happy customer satisfied smile portrait" }, { id: "2", name: "Carlos Rodríguez", role: "Food Enthusiast", company: "Orlando", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg", imageAlt: "happy customer satisfied smile portrait" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg?_wi=2", imageAlt: "happy customer satisfied smile portrait" }, { id: "3", name: "Isabella Pérez", role: "Home Chef", company: "Winter Park", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg", imageAlt: "happy customer satisfied smile portrait" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg?_wi=3", imageAlt: "happy customer satisfied smile portrait" }, { id: "4", name: "Diego Méndez", role: "Business Owner", company: "Orlando", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg", imageAlt: "happy customer satisfied smile portrait" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24667.jpg?_wi=4", imageAlt: "happy customer satisfied smile portrait" } ]} textboxLayout="default"