Update src/app/menu/page.tsx
This commit is contained in:
@@ -21,25 +21,25 @@ export default function MenuPage() {
|
||||
id: 1,
|
||||
title: "Hot Drinks",
|
||||
description: "Turkish Coffee, Nescafé, Tea with Mint, Herbal Tea, Hot Chocolate. Authentic brews served fresh throughout the day and night.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183734.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-sitting-coffee-shop_23-2150183734.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Cold Drinks",
|
||||
description: "Iced Coffee, Fresh Juices, Soft Drinks, Lemonade, Iced Tea. Perfect refreshment during Cairo's warm days and nights.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/incredible-modern-pretty-woman-relaxing-outside_291650-664.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/incredible-modern-pretty-woman-relaxing-outside_291650-664.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Shisha Selection",
|
||||
description: "Apple Mint, Grape, Strawberry, Mixed Flavors. Premium tobacco blends in our comfortable oriental lounge atmosphere.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Food & Pastries",
|
||||
description: "Waffles with Nutella, Fresh Cakes, Hummus & Bread, Burgers, Local Sandwiches. E£1–200 per person. Something for every appetite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-yummy-cookies-with-cup-coffee-sweet-bangles-pastry-grey-background-cookie-sugar-sweet-coffee_140725-31007.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-yummy-cookies-with-cup-coffee-sweet-bangles-pastry-grey-background-cookie-sugar-sweet-coffee_140725-31007.jpg?_wi=2",
|
||||
},
|
||||
];
|
||||
|
||||
@@ -79,15 +79,15 @@ export default function MenuPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-yummy-cookies-with-cup-coffee-sweet-bangles-pastry-grey-background-cookie-sugar-sweet-coffee_140725-31007.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sweet-yummy-cookies-with-cup-coffee-sweet-bangles-pastry-grey-background-cookie-sugar-sweet-coffee_140725-31007.jpg?_wi=3",
|
||||
imageAlt: "Fresh pastries and desserts",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/incredible-modern-pretty-woman-relaxing-outside_291650-664.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/incredible-modern-pretty-woman-relaxing-outside_291650-664.jpg?_wi=3",
|
||||
imageAlt: "Cold beverages",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-with-hookah_1157-5251.jpg?_wi=3",
|
||||
imageAlt: "Premium shisha",
|
||||
},
|
||||
]}
|
||||
@@ -120,7 +120,7 @@ export default function MenuPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/best-friends-eating-street-food_23-2149009621.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/best-friends-eating-street-food_23-2149009621.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Enter your email for special offers"
|
||||
|
||||
Reference in New Issue
Block a user