From 706ae07213a14451bb8b0e0c4167c337439a06bb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 23:52:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d5adc9..a33c4bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,35 +103,35 @@ export default function LandingPage() { handle: "@mariasilva", testimonial: "Comida simples, mas extremamente saborosa. Sempre que posso, vou lá!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shopper_1098-16868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shopper_1098-16868.jpg?_wi=1", }, { name: "João Pereira", handle: "@joaopereira", testimonial: "Preço justo e qualidade excelente. O melhor almoço do centro.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/charming-successful-female-entrepreneur-sit-alone-table-restaurant-modern-cafe-touch-neck-cute-tender-smiling-camera-eat-salad-enjoy-coffee-good-food-lead-healthy-diet-relaxing-break-lunch_197531-30650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-successful-female-entrepreneur-sit-alone-table-restaurant-modern-cafe-touch-neck-cute-tender-smiling-camera-eat-salad-enjoy-coffee-good-food-lead-healthy-diet-relaxing-break-lunch_197531-30650.jpg?_wi=1", }, { name: "Carla Mendes", handle: "@carlamendes", testimonial: "Ambiente familiar e muito tranquilo. Me sinto em casa.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5349.jpg?_wi=1", }, { name: "Roberto Souza", handle: "@robertosouza", testimonial: "Atendimento rápido e comida sempre fresca. Recomendo muito!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/ethnic-pattern-collection_23-2148060236.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/ethnic-pattern-collection_23-2148060236.jpg?_wi=1", }, { name: "Ana Oliveira", handle: "@anaoliveira", testimonial: "Perfeito para o dia a dia. Comida honesta e muito bem feita.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg?_wi=1", }, ]} /> @@ -257,35 +257,35 @@ export default function LandingPage() { name: "Maria Silva", handle: "@mariasilva", testimonial: "Comida simples, mas extremamente saborosa. Sempre que posso, vou lá!", - imageSrc: "http://img.b2bpic.net/free-photo/shopper_1098-16868.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shopper_1098-16868.jpg?_wi=2", }, { id: "t2", name: "João Pereira", handle: "@joaopereira", testimonial: "Preço justo e qualidade excelente. O melhor almoço do centro.", - imageSrc: "http://img.b2bpic.net/free-photo/charming-successful-female-entrepreneur-sit-alone-table-restaurant-modern-cafe-touch-neck-cute-tender-smiling-camera-eat-salad-enjoy-coffee-good-food-lead-healthy-diet-relaxing-break-lunch_197531-30650.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/charming-successful-female-entrepreneur-sit-alone-table-restaurant-modern-cafe-touch-neck-cute-tender-smiling-camera-eat-salad-enjoy-coffee-good-food-lead-healthy-diet-relaxing-break-lunch_197531-30650.jpg?_wi=2", }, { id: "t3", name: "Carla Mendes", handle: "@carlamendes", testimonial: "Ambiente familiar e muito tranquilo. Me sinto em casa.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5349.jpg?_wi=2", }, { id: "t4", name: "Roberto Souza", handle: "@robertosouza", testimonial: "Atendimento rápido e comida sempre fresca. Recomendo muito!", - imageSrc: "http://img.b2bpic.net/free-vector/ethnic-pattern-collection_23-2148060236.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/ethnic-pattern-collection_23-2148060236.jpg?_wi=2", }, { id: "t5", name: "Ana Oliveira", handle: "@anaoliveira", testimonial: "Perfeito para o dia a dia. Comida honesta e muito bem feita.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-happy-after-shopping_23-2148660676.jpg?_wi=2", }, ]} title="O que nossos clientes dizem" -- 2.49.1