Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d7b0fd0b77 | |||
| 8103448777 | |||
| cf13024088 | |||
| 76e0fcfee2 |
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
|||||||
description="Emmy's Place is the real definition of palatable. Experience the best grill, shawarma, and signature dishes in Ikorodu."
|
description="Emmy's Place is the real definition of palatable. Experience the best grill, shawarma, and signature dishes in Ikorodu."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Place an Order", href: "tel:08137651565"},
|
text: "Order Now for Fast Delivery", href: "tel:08137651565"},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/closeup-shot-barbequed-meat-glass-wine-near-fireplace_181624-58053.jpg?_wi=1"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -113,22 +113,22 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1", name: "Signature Shawarma", price: "₦1,500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=1"
|
id: "p1", name: "Signature Shawarma", price: "₦1,500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=1", priceButtonProps: { text: "Order" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p2", name: "Grilled Chicken Platter", price: "₦3,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-kebab_23-2148773544.jpg?_wi=1"
|
id: "p2", name: "Grilled Chicken Platter", price: "₦3,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-kebab_23-2148773544.jpg?_wi=1", priceButtonProps: { text: "Order" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p3", name: "Refreshing Mocktail", price: "₦1,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-picking-wine-glass-filled-with-delicious-natural-herbal-tea-liquor_181624-26134.jpg?_wi=1"
|
id: "p3", name: "Refreshing Mocktail", price: "₦1,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-picking-wine-glass-filled-with-delicious-natural-herbal-tea-liquor_181624-26134.jpg?_wi=1", priceButtonProps: { text: "Order" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p4", name: "Spiced Chips Basket", price: "₦800", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-tomato-lettuce-served-with-french-fries_114579-2977.jpg"
|
id: "p4", name: "Spiced Chips Basket", price: "₦800", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-tomato-lettuce-served-with-french-fries_114579-2977.jpg", priceButtonProps: { text: "Order" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p5", name: "Assorted Appetizer Tray", price: "₦2,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-chocolate-cake-with-chocolate-chips-grey-surface_140725-115540.jpg"
|
id: "p5", name: "Assorted Appetizer Tray", price: "₦2,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-chocolate-cake-with-chocolate-chips-grey-surface_140725-115540.jpg", priceButtonProps: { text: "Order" }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p6", name: "Emmy's Special Grill", price: "₦4,500", imageSrc: "http://img.b2bpic.net/free-photo/fruits-glass_1203-3510.jpg"
|
id: "p6", name: "Emmy's Special Grill", price: "₦4,500", imageSrc: "http://img.b2bpic.net/free-photo/fruits-glass_1203-3510.jpg", priceButtonProps: { text: "Order" }
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
title="Signature Menu Selection"
|
title="Signature Menu Selection"
|
||||||
|
|||||||
Reference in New Issue
Block a user