diff --git a/src/app/page.tsx b/src/app/page.tsx index e989cb0..d72f8d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Johnson", handle: "Proprietária de Pet", testimonial: "Atendimento carinhoso, profissional e cheio de cuidado. Meu pet saiu feliz!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1", imageAlt: "Depoimento cliente" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Depoimento cliente" }, { name: "Maria Silva", handle: "Mãe de Pet", testimonial: "Não troco por nenhum outro pet shop! Ambiente limpo e preço justo.", rating: 5, @@ -54,7 +54,7 @@ export default function LandingPage() { }, { name: "João Costa", handle: "Cliente Regular", testimonial: "Profissionais qualificados e muuuito amor pelos animais!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Depoimento cliente" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Depoimento cliente" } ]} testimonialRotationInterval={5000}