From e14aac69cfa57238f14f4800a7e8db7f2215823a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 04:55:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5476e9e..78ee9b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,11 +104,11 @@ export default function LandingPage() { { id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Best pizza in the area! Service excelente e lasanha deliciosa.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-talking-phone_23-2148230757.jpg"}, { - id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Comida ótima, staff simpático e preços acessíveis.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"}, + id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Comida ótima, staff simpático e preços acessíveis.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg?_wi=1"}, { id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "Sempre cheio — vale a pena, especialmente com amigos e família.", imageSrc: "http://img.b2bpic.net/free-photo/male-local-traveler-with-camera_23-2149016703.jpg"}, { - id: "4", name: "David Kim", handle: "@davidk", testimonial: "A melhor pizza junto à ria sem dúvida alguma.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg"}, + id: "4", name: "David Kim", handle: "@davidk", testimonial: "A melhor pizza junto à ria sem dúvida alguma.", imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg?_wi=2"}, { id: "5", name: "Ana Silva", handle: "@anasilva", testimonial: "Staff incrível e ambiente muito acolhedor.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-food-photos_23-2149250094.jpg"}, ]}