From 120b2c0f5e5496745ea5f38a162e493deca119fd Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 21:57:53 +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 c827d84..4678d3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,22 +74,22 @@ export default function LandingPage() { { id: "1", name: "Maria Silva", role: "Cliente Regular", testimonial: "Melhor pizza do Centro! Massa crocante, ingredientes de qualidade e entrega rápida. Recomendo muito!", imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Maria Silva" + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=1", imageAlt: "Maria Silva" }, { id: "2", name: "João Santos", role: "Empresário Local", testimonial: "Peço toda semana para a empresa. Qualidade consistente e atendimento excepcional. Vale cada centavo!", imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "João Santos" + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=2", imageAlt: "João Santos" }, { id: "3", name: "Ana Costa", role: "Vizinha do Centro", testimonial: "Pizza quentinha e saborosa. O pessoal é super atencioso e entrega no tempo prometido. Amei!", imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Ana Costa" + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=3", imageAlt: "Ana Costa" }, { id: "4", name: "Pedro Oliveira", role: "Frequentador", testimonial: "Ingredientes frescos, massa artesanal e um sabor que não encontro em outro lugar. Volta sempre!", imageSrc: - "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Pedro Oliveira" + "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg?_wi=4", imageAlt: "Pedro Oliveira" }, ]} textboxLayout="default" @@ -107,11 +107,11 @@ export default function LandingPage() { products={[ { id: "1", name: "Pizza Tradicional Margherita", price: "R$ 45,00", imageSrc: - "http://img.b2bpic.net/free-photo/pizza-margarita-table_140725-1201.jpg", imageAlt: "Pizza Margherita" + "http://img.b2bpic.net/free-photo/pizza-margarita-table_140725-1201.jpg?_wi=1", imageAlt: "Pizza Margherita" }, { id: "2", name: "Pizza Especial do Chef", price: "R$ 65,00", imageSrc: - "http://img.b2bpic.net/free-photo/view-square-pizza-with-tomatoes_23-2149235617.jpg", imageAlt: "Pizza Especial" + "http://img.b2bpic.net/free-photo/view-square-pizza-with-tomatoes_23-2149235617.jpg?_wi=1", imageAlt: "Pizza Especial" }, { id: "3", name: "Pizza Borda Recheada", price: "R$ 55,00", imageSrc: @@ -119,7 +119,7 @@ export default function LandingPage() { }, { id: "4", name: "Promoção: 2 Grandes + Refri", price: "R$ 89,90", imageSrc: - "http://img.b2bpic.net/free-psd/food-menu-delicious-pizza-instagram-facebook-story-template_120329-6316.jpg", imageAlt: "Promoção" + "http://img.b2bpic.net/free-psd/food-menu-delicious-pizza-instagram-facebook-story-template_120329-6316.jpg?_wi=1", imageAlt: "Promoção" }, ]} gridVariant="three-columns-all-equal-width" @@ -139,17 +139,17 @@ export default function LandingPage() { { id: "1", title: "Massa Artesanal", description: "Preparada diariamente com técnicas tradicionais italianas. Fermentação lenta para máximo sabor e digestibilidade.", imageSrc: - "http://img.b2bpic.net/free-photo/pizza-margarita-table_140725-1201.jpg", imageAlt: "Massa artesanal sendo preparada" + "http://img.b2bpic.net/free-photo/pizza-margarita-table_140725-1201.jpg?_wi=2", imageAlt: "Massa artesanal sendo preparada" }, { id: "2", title: "Ingredientes Selecionados", description: "Apenas matérias-primas premium. Mozzarella fresca, tomates italianos, azeite extra virgem e especiarias importadas.", imageSrc: - "http://img.b2bpic.net/free-photo/view-square-pizza-with-tomatoes_23-2149235617.jpg", imageAlt: "Ingredientes de qualidade" + "http://img.b2bpic.net/free-photo/view-square-pizza-with-tomatoes_23-2149235617.jpg?_wi=2", imageAlt: "Ingredientes de qualidade" }, { id: "3", title: "Atendimento Rápido", description: "Preparo em média de 20 minutos. Entrega no Centro em tempo recorde. Sempre quentinha e pronta.", imageSrc: - "http://img.b2bpic.net/free-psd/food-menu-delicious-pizza-instagram-facebook-story-template_120329-6316.jpg", imageAlt: "Entrega rápida" + "http://img.b2bpic.net/free-psd/food-menu-delicious-pizza-instagram-facebook-story-template_120329-6316.jpg?_wi=2", imageAlt: "Entrega rápida" }, { id: "4", title: "Ambiente Aconchegante", description: -- 2.49.1