Update src/app/menu/page.tsx
This commit is contained in:
@@ -48,17 +48,17 @@ export default function MenuPage() {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Chocolate Lava Cake", price: "12 LYD", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg", imageAlt: "Chocolate Lava Cake"},
|
||||
id: "1", name: "Chocolate Lava Cake", price: "12 LYD", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-chocolate-sauce-powdered-sugar_140725-7776.jpg?_wi=2", imageAlt: "Chocolate Lava Cake"},
|
||||
{
|
||||
id: "2", name: "Premium Waffles", price: "10 LYD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg", imageAlt: "Premium Waffles"},
|
||||
id: "2", name: "Premium Waffles", price: "10 LYD", imageSrc: "http://img.b2bpic.net/free-photo/top-view-belgian-waffle-with-blueberries_23-2148468095.jpg?_wi=2", imageAlt: "Premium Waffles"},
|
||||
{
|
||||
id: "3", name: "Artisan Crepes", price: "9 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crepe_23-2148148785.jpg", imageAlt: "Artisan Crepes"},
|
||||
id: "3", name: "Artisan Crepes", price: "9 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-crepe_23-2148148785.jpg?_wi=2", imageAlt: "Artisan Crepes"},
|
||||
{
|
||||
id: "4", name: "Hot Chocolate Deluxe", price: "8 LYD", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg", imageAlt: "Hot Chocolate Deluxe"},
|
||||
id: "4", name: "Hot Chocolate Deluxe", price: "8 LYD", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg?_wi=2", imageAlt: "Hot Chocolate Deluxe"},
|
||||
{
|
||||
id: "5", name: "Chocolate Mousse", price: "11 LYD", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg", imageAlt: "Chocolate Mousse"},
|
||||
id: "5", name: "Chocolate Mousse", price: "11 LYD", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-glass-delicious-ice-cream-with-chocolate-syrup-whipped-cream_181624-57869.jpg?_wi=2", imageAlt: "Chocolate Mousse"},
|
||||
{
|
||||
id: "6", name: "Specialty Cake Slice", price: "7 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-wood_1339-6722.jpg", imageAlt: "Specialty Cake Slice"},
|
||||
id: "6", name: "Specialty Cake Slice", price: "7 LYD", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-wood_1339-6722.jpg?_wi=2", imageAlt: "Specialty Cake Slice"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user