diff --git a/src/app/page.tsx b/src/app/page.tsx index 32c84cc..566d1f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,22 +135,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sofia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Sofia Martinez" + id: "1", name: "Sofia Martinez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Sofia Martinez" }, { - id: "2", name: "Carlos Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Carlos Rodriguez" + id: "2", name: "Carlos Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Carlos Rodriguez" }, { - id: "3", name: "Maria Gonzalez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Maria Gonzalez" + id: "3", name: "Maria Gonzalez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Maria Gonzalez" }, { - id: "4", name: "Juan Fernandez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Juan Fernandez" + id: "4", name: "Juan Fernandez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Juan Fernandez" }, { - id: "5", name: "Elena Sanchez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Elena Sanchez" + id: "5", name: "Elena Sanchez", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "Elena Sanchez" }, { - id: "6", name: "Diego Perez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Diego Perez" + id: "6", name: "Diego Perez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Diego Perez" } ]} />