From 0822dd655912def08a3f6d38f7096dc3b3f95bc8 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 06:30:57 +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 12884ca..2c501ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -122,7 +122,7 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Ana R.", role: "Cliente fiel", testimonial: "A pizza mais saborosa da região, atendimento impecável!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2151231307.jpg"}, + id: "1", name: "Ana R.", role: "Cliente fiel", testimonial: "A pizza mais saborosa da região, atendimento impecável!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2151231307.jpg?_wi=1"}, { id: "2", name: "Lucas M.", role: "Fã de carteirinha", testimonial: "Ambiente perfeito para reunir a família com qualidade.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-pizza_23-2149250079.jpg"}, { @@ -130,7 +130,7 @@ export default function LandingPage() { { id: "4", name: "Ricardo T.", role: "Cliente regular", testimonial: "Qualidade constante e atendimento muito atencioso.", imageSrc: "http://img.b2bpic.net/free-photo/medium-woman-taking-food-photo_23-2149250048.jpg"}, { - id: "5", name: "Camila S.", role: "Cliente Gourmet", testimonial: "Simplesmente a melhor massa artesanal que já provei.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2151231307.jpg"}, + id: "5", name: "Camila S.", role: "Cliente Gourmet", testimonial: "Simplesmente a melhor massa artesanal que já provei.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-pizza_23-2151231307.jpg?_wi=2"}, ]} title="O que dizem sobre nós" description="Clientes valorizam a nossa dedicação em cada detalhe." -- 2.49.1