diff --git a/src/app/page.tsx b/src/app/page.tsx index 20e017d..616ab28 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,11 +147,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Maria Silva", role: "Dona de Casa", company: "Portão, Curitiba", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", imageAlt: "Maria Silva" + imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg?_wi=1", imageAlt: "Maria Silva" }, { id: "2", name: "João Santos", role: "Gerente", company: "Empresa Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", imageAlt: "João Santos" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg?_wi=1", imageAlt: "João Santos" }, { id: "3", name: "Ana Costa", role: "Professora", company: "Escola Portão", rating: 5, @@ -163,11 +163,11 @@ export default function LandingPage() { }, { id: "5", name: "Carla Fernandes", role: "Médica", company: "Clínica Local", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg", imageAlt: "Carla Fernandes" + imageSrc: "http://img.b2bpic.net/free-photo/people-technology-close-up-shot-happy-face-attractive-bearded-man-sitting-front-laptop-screen-smiling-joyfully-while-messaging-friends-online-via-social-networks_273609-6655.jpg?_wi=2", imageAlt: "Carla Fernandes" }, { id: "6", name: "Lucas Martins", role: "Advogado", company: "Escritório Portão", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", imageAlt: "Lucas Martins" + imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg?_wi=2", imageAlt: "Lucas Martins" } ]} gridVariant="three-columns-all-equal-width"