Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 700a18dcb1 | |||
| 9bf715db39 | |||
| 0441bbbb0c |
@@ -39,7 +39,7 @@ export default function MenuPage() {
|
|||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Espresso Bar"
|
title="Espresso Bar"
|
||||||
description="Premium Italian roasted coffee rituals."
|
description="Premium Italian roasted coffee rituals."
|
||||||
products={[{id: "e1", name: "Espresso", price: "CA$3", imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-latte-decorated-with-daffodil_141793-433.jpg"}]}
|
products={[{id: "e1", name: "Espresso", price: "", imageSrc: "http://img.b2bpic.net/free-photo/glass-foamy-latte-decorated-with-daffodil_141793-433.jpg"}]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -50,7 +50,7 @@ export default function MenuPage() {
|
|||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Hot Table Classics"
|
title="Hot Table Classics"
|
||||||
description="Scratch-made daily rotating specials."
|
description="Scratch-made daily rotating specials."
|
||||||
products={[{id: "h1", name: "Lasagna", price: "CA$15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-italian-pasta-with-meat-tomato-sauce-grey-surface-meal-pasta-dough-food-dinner_140725-85885.jpg"}]}
|
products={[{id: "h1", name: "Lasagna", price: "", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-italian-pasta-with-meat-tomato-sauce-grey-surface-meal-pasta-dough-food-dinner_140725-85885.jpg"}]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -61,7 +61,7 @@ export default function MenuPage() {
|
|||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Sandwiches"
|
title="Sandwiches"
|
||||||
description="Fresh bread, packed with cured meats."
|
description="Fresh bread, packed with cured meats."
|
||||||
products={[{id: "s1", name: "Porchetta Sandwich", price: "CA$12", imageSrc: "http://img.b2bpic.net/free-photo/roll-hot-smoked-fish_2829-14225.jpg"}]}
|
products={[{id: "s1", name: "Porchetta Sandwich", price: "", imageSrc: "http://img.b2bpic.net/free-photo/roll-hot-smoked-fish_2829-14225.jpg"}]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -72,7 +72,7 @@ export default function MenuPage() {
|
|||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Pastries"
|
title="Pastries"
|
||||||
description="Sweet treats, artisan style."
|
description="Sweet treats, artisan style."
|
||||||
products={[{id: "p1", name: "Pistachio Cannoli", price: "CA$5", imageSrc: "http://img.b2bpic.net/free-photo/closeup-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-44513.jpg"}]}
|
products={[{id: "p1", name: "Pistachio Cannoli", price: "", imageSrc: "http://img.b2bpic.net/free-photo/closeup-raw-vegan-roll-made-from-hazelnuts-purple-grunge-tabletop_181624-44513.jpg"}]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -83,7 +83,7 @@ export default function MenuPage() {
|
|||||||
<ProductCardThree
|
<ProductCardThree
|
||||||
title="Catering Trays"
|
title="Catering Trays"
|
||||||
description="Perfect for your next gathering."
|
description="Perfect for your next gathering."
|
||||||
products={[{id: "c1", name: "Party Tray", price: "CA$60", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-103644.jpg"}]}
|
products={[{id: "c1", name: "Party Tray", price: "", imageSrc: "http://img.b2bpic.net/free-photo/mozzarella-sliders-summer-picnic-sandwiches_53876-103644.jpg"}]}
|
||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
|
|||||||
Reference in New Issue
Block a user