Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b6ef78fd05 | |||
| aa1dffea97 | |||
| d556b1766f | |||
| c3fb60fe38 |
@@ -77,16 +77,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Duo Temaki Premium + 10 Hot Rolls", price: "R$ 91,90", variant: "Serve 2 | Salmão e Cream Cheese", imageSrc: "https://images.unsplash.com/photo-1564489551559-13ba83ef6aa8?w=800&q=80", imageAlt: "Duo Temaki Premium", isFavorited: false,
|
id: "1", name: "Duo Temaki Premium + 10 Hot Rolls", price: "R$ 91,90", variant: "Serve 2 | Salmão e Cream Cheese", imageSrc: "https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?w=800&q=80", imageAlt: "Duo Temaki Premium", isFavorited: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Combinado Yaki 24 peças", price: "R$ 99,90", variant: "Serve 2 | Variedade Completa", imageSrc: "https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?w=800&q=80&_wi=1", imageAlt: "Combinado 24 peças", isFavorited: false,
|
id: "2", name: "Combinado Yaki 24 peças", price: "R$ 99,90", variant: "Serve 2 | Variedade Completa", imageSrc: "https://images.unsplash.com/photo-1564489551559-13ba83ef6aa8?w=800&q=80", imageAlt: "Combinado 24 peças", isFavorited: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Combinado Galera Yaki - 34 peças", price: "R$ 129,90", variant: "Serve 2-3 | Hot Rolls e Especiais", imageSrc: "https://images.unsplash.com/photo-1617196034296-2b38ef0d4d46?w=800&q=80", imageAlt: "Combinado Galera 34 peças", isFavorited: false,
|
id: "3", name: "Combinado Galera Yaki - 34 peças", price: "R$ 129,90", variant: "Serve 2-3 | Hot Rolls e Especiais", imageSrc: "https://images.unsplash.com/photo-1617196034296-2b38ef0d4d46?w=800&q=80", imageAlt: "Combinado Galera 34 peças", isFavorited: false,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Combinado Yaki Premium - 36 peças", price: "R$ 152,90", variant: "Serve 2 | Sashimi Premium + Rolls", imageSrc: "https://images.unsplash.com/photo-1579584425555-c3ce17fd4351?w=800&q=80&_wi=2", imageAlt: "Combinado Premium 36 peças", isFavorited: false,
|
id: "4", name: "Combinado Yaki Premium - 36 peças", price: "R$ 152,90", variant: "Serve 2 | Sashimi Premium + Rolls", imageSrc: "https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=800&q=80&_wi=1", imageAlt: "Combinado Premium 36 peças", isFavorited: false,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
|||||||
required: true,
|
required: true,
|
||||||
}}
|
}}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
imageSrc="https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=800&q=80"
|
imageSrc="https://images.unsplash.com/photo-1546069901-ba9599a7e63c?w=800&q=80&_wi=2"
|
||||||
imageAlt="Poke Bowl Premium"
|
imageAlt="Poke Bowl Premium"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
|
|||||||
Reference in New Issue
Block a user