From 80753720c033d5219fefb9581feae99576169138 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 00:48:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36bb6ee..3d202fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,15 +57,15 @@ export default function LandingPage() { testimonials={[ { name: "Carlos Silva", handle: "@carlos_diner", testimonial: "A costela é simplesmente perfeita! Melhor restaurante da região para quem gosta de boa comida e chope gelado.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg", imageAlt: "Carlos Silva" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg?_wi=1", imageAlt: "Carlos Silva" }, { name: "Marina Santos", handle: "@marina_food_lover", testimonial: "Ambiente acolhedor, atendimento impecável e os grelhados são de primeira qualidade. Super recomendo!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Marina Santos" + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=1", imageAlt: "Marina Santos" }, { name: "Rafael Costa", handle: "@rafael_gastro", testimonial: "Frequento há anos e nunca decepciona. A salada orgânica acompanha perfeitamente os pratos. 5 estrelas garantidas!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg", imageAlt: "Rafael Costa" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg?_wi=1", imageAlt: "Rafael Costa" } ]} testimonialRotationInterval={6000} @@ -131,15 +131,15 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "João Martins", role: "Cliente Frequente", company: "São Bernardo do Campo", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg", imageAlt: "João Martins" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-holding-his-arms-crossed_23-2148737964.jpg?_wi=2", imageAlt: "João Martins" }, { id: "2", name: "Fernanda Oliveira", role: "Gerente de Eventos", company: "Eventos Corporativos SP", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", imageAlt: "Fernanda Oliveira" + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg?_wi=2", imageAlt: "Fernanda Oliveira" }, { id: "3", name: "Pedro Gomes", role: "Chef Profissional", company: "Academia Culinária", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg", imageAlt: "Pedro Gomes" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1625.jpg?_wi=2", imageAlt: "Pedro Gomes" }, { id: "4", name: "Beatriz Alves", role: "Diretora", company: "Grupo Gastronômico", rating: 5, -- 2.49.1