From 39b4bfa24df0e785f9b779a7a12e6052b9d4a8f9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:12:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4641a59..64c0c3a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function PetPrincessPage() { 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, @@ -55,7 +55,7 @@ export default function PetPrincessPage() { }, { 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} @@ -149,7 +149,7 @@ export default function PetPrincessPage() { { src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Cliente 4" } ]} ratingAnimation="slide-up" - avatarsAnimation="fade-in" + avatarsAnimation="slide-up" useInvertedBackground={false} ariaLabel="Seção de depoimentos" /> -- 2.49.1