From a19cb5a375bdf3ba52b7ba1a3c22521ee0379973 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 17:18:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8b3d78..32f2c9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function LandingPage() { testimonials={[ { name: "Maria Silva", handle: "@mariapets", testimonial: "Meu cachorro adora vir ao Pet Feliz! Os profissionais são incríveis e muito carinhosos.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-dog-her-arms_1153-8409.jpg", imageAlt: "Maria com seu pet" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-dog-her-arms_1153-8409.jpg?_wi=1", imageAlt: "Maria com seu pet" }, { name: "João Santos", handle: "@joaopetlover", testimonial: "Melhor lugar para cuidar do meu golden retriever. Sempre volta feliz e bem cuidado.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-dog-her-arms_1153-8409.jpg", imageAlt: "João com seu dog" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-holding-dog-her-arms_1153-8409.jpg?_wi=2", imageAlt: "João com seu dog" }, { name: "Ana Costa", handle: "@anacostas", testimonial: "Confio totalmente no Pet Feliz. A hospedagem é segura e meu pet fica como se estivesse em casa.", rating: 5, @@ -103,7 +103,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/shaving-process-small-dog-sits-table-dog-shaved-by-professional_1157-48808.jpg", imageAlt: "Banho e tosa profissional" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-her-pet-subway_23-2150204995.jpg", imageAlt: "Grooming profissional" + imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-her-pet-subway_23-2150204995.jpg?_wi=1", imageAlt: "Grooming profissional" } ] }, @@ -114,7 +114,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sad-woman-saying-goodbye-her-old-german-shepherd-professional-male-veterinarian-preparing-ready-put-down-sick-dog_662251-2307.jpg", imageAlt: "Consulta veterinária" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-her-pet-subway_23-2150204995.jpg", imageAlt: "Atendimento vet" + imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-her-pet-subway_23-2150204995.jpg?_wi=2", imageAlt: "Atendimento vet" } ] }, @@ -125,7 +125,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/pet-accessories-food-toy-top-view_93675-128520.jpg", imageAlt: "Pet boarding seguro" }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-bowl-with-bone-gifts-animal-day_23-2148668893.jpg", imageAlt: "Área de hospedagem" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-bowl-with-bone-gifts-animal-day_23-2148668893.jpg?_wi=1", imageAlt: "Área de hospedagem" } ] }, @@ -133,10 +133,10 @@ export default function LandingPage() { title: "Produtos e Acessórios", description: "Ampla seleção de ração, brinquedos, coleiras e acessórios de qualidade", icon: Package, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-bowl-with-bone-gifts-animal-day_23-2148668893.jpg", imageAlt: "Produtos pet" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-bowl-with-bone-gifts-animal-day_23-2148668893.jpg?_wi=2", imageAlt: "Produtos pet" }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-her-pet-subway_23-2150204995.jpg", imageAlt: "Acessórios disponíveis" + imageSrc: "http://img.b2bpic.net/free-photo/woman-carrying-her-pet-subway_23-2150204995.jpg?_wi=3", imageAlt: "Acessórios disponíveis" } ] } -- 2.49.1