From bc4ff2343e19a574f60415d79b128f24415d9358 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:54:55 +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 d87624d..e530acd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Hóspede Satisfeito", role: "Viajante", company: "Visitante Airbnb", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Depoimento de hóspede satisfeito" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Depoimento de hóspede satisfeito" }, { id: "2", name: "Viajante Frequente", role: "Executivo", company: "Viajante de Negócios", rating: 5, @@ -136,7 +136,7 @@ export default function LandingPage() { }, { id: "6", name: "Cliente Recomendador", role: "Gerente", company: "Recomendador Airbnb", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Depoimento de cliente recomendador" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Depoimento de cliente recomendador" }, ]} gridVariant="uniform-all-items-equal" -- 2.49.1