From 4ecc4a90be36148670c40189794dc7cd9efedd0a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 21:22:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 052c800..5707c53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,7 +88,7 @@ export default function LandingPage() { text: "Tempo longo de maturação"}, ], media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg", imageAlt: "Pizza"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg?_wi=1", imageAlt: "Pizza"}, reverse: false }, { @@ -101,7 +101,7 @@ export default function LandingPage() { text: "Atendimento atencioso"}, ], media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg", imageAlt: "Ambiente"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg?_wi=1", imageAlt: "Ambiente"}, reverse: true }, ]} @@ -118,11 +118,11 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", name: "Margherita Gourmet", price: "R$ 65,00", variant: "Fermentação Natural", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg"}, + id: "p1", name: "Margherita Gourmet", price: "R$ 65,00", variant: "Fermentação Natural", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg?_wi=2"}, { - id: "p2", name: "Quattro Formaggi", price: "R$ 72,00", variant: "Fermentação Natural", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg"}, + id: "p2", name: "Quattro Formaggi", price: "R$ 72,00", variant: "Fermentação Natural", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg?_wi=3"}, { - id: "p3", name: "Prosciutto Crudo", price: "R$ 78,00", variant: "Especial", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg"}, + id: "p3", name: "Prosciutto Crudo", price: "R$ 78,00", variant: "Especial", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-freshly-baked-pizza-wooden-surface_181624-23570.jpg?_wi=4"}, ]} title="Cardápio Artesanal" description="Sabores selecionados especialmente para você." @@ -169,7 +169,7 @@ export default function LandingPage() { name: "message", placeholder: "Quantas pessoas e qual o horário?", rows: 4, }} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-holding-donut_23-2148773568.jpg?_wi=2" imageAlt="Ambiente aconchegante" /> -- 2.49.1