diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ef14b8..b569411 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function LandingPage() { testimonials={[ { name: "Marina Silva", handle: "Cliente Especial", testimonial: "Os bolos são simplesmente incríveis! Qualidade e sabor impecáveis.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-camera_23-2148751443.jpg", imageAlt: "mulher sorrindo retrato profissional confiante" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-camera_23-2148751443.jpg?_wi=1", imageAlt: "mulher sorrindo retrato profissional confiante" }, { name: "Carlos Mendes", handle: "Eventos", testimonial: "Perfeito para meu casamento. Todos os convidados elogiaram!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-dark-red-t-shirt-standing-white-background_140725-121698.jpg", imageAlt: "homem sorrindo retrato profissional negócios" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-dark-red-t-shirt-standing-white-background_140725-121698.jpg?_wi=1", imageAlt: "homem sorrindo retrato profissional negócios" }, { name: "Beatriz Costa", handle: "Empresa", testimonial: "Bombons premium para presentes corporativos. Sempre sucesso!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-girl-having-fun-living-room_1262-18501.jpg", imageAlt: "mulher jovem sorriso retrato câmera" + imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-girl-having-fun-living-room_1262-18501.jpg?_wi=1", imageAlt: "mulher jovem sorriso retrato câmera" } ]} testimonialRotationInterval={5000} @@ -134,15 +134,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Juliana Ferreira", role: "Noiva", company: "Casamento 2024", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-camera_23-2148751443.jpg", imageAlt: "mulher sorrindo retrato profissional confiante" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-camera_23-2148751443.jpg?_wi=2", imageAlt: "mulher sorrindo retrato profissional confiante" }, { id: "2", name: "Roberto Alves", role: "CEO", company: "Empresa Tech", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-dark-red-t-shirt-standing-white-background_140725-121698.jpg", imageAlt: "homem sorrindo retrato profissional negócios" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-male-dark-red-t-shirt-standing-white-background_140725-121698.jpg?_wi=2", imageAlt: "homem sorrindo retrato profissional negócios" }, { id: "3", name: "Fernanda Souza", role: "Gerente de Eventos", company: "Eventos & Celebrações", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-girl-having-fun-living-room_1262-18501.jpg", imageAlt: "mulher jovem sorriso retrato câmera" + imageSrc: "http://img.b2bpic.net/free-photo/happy-joyful-girl-having-fun-living-room_1262-18501.jpg?_wi=2", imageAlt: "mulher jovem sorriso retrato câmera" }, { id: "4", name: "Rafael Gomes", role: "Cliente Corporativo", company: "Banco Premium", rating: 5,