Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-31 21:22:29 +00:00

View File

@@ -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"
/>
</div>