Update src/app/menu/page.tsx

This commit is contained in:
2026-03-11 19:54:35 +00:00
parent 2e92b43101
commit 7fcffc188b

View File

@@ -49,42 +49,42 @@ export default function MenuPage() {
id: "1",
name: "Classic Belgian Waffle",
price: "60 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-raspberries-honey_23-2148352303.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-raspberries-honey_23-2148352303.jpg?_wi=2",
imageAlt: "Classic Belgian waffle with toppings",
},
{
id: "2",
name: "Chocolate Dream Waffle",
price: "75 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-berries-plate-cake-chocolate-strawberries-bowls-chocolate-sweets-strawberries-cutting-board_140725-111589.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-berries-plate-cake-chocolate-strawberries-bowls-chocolate-sweets-strawberries-cutting-board_140725-111589.jpg?_wi=2",
imageAlt: "Chocolate waffle with cream and berries",
},
{
id: "3",
name: "Strawberry Cheesecake Waffle",
price: "80 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cake-with-cup-tea-cake-with-strawberries-chocolate-bowl-strawberries-chocolate-cream-cup-tea-with-lemon-cinnamon-sticks-black-table_140725-110580.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cake-with-cup-tea-cake-with-strawberries-chocolate-bowl-strawberries-chocolate-cream-cup-tea-with-lemon-cinnamon-sticks-black-table_140725-110580.jpg?_wi=2",
imageAlt: "Strawberry cheesecake topped waffle",
},
{
id: "4",
name: "Premium Gelato Sundae",
price: "50 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/blueberry-ice-cream-scoops-with-waffle-wooden-table_123827-21814.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blueberry-ice-cream-scoops-with-waffle-wooden-table_123827-21814.jpg?_wi=2",
imageAlt: "Gourmet gelato sundae",
},
{
id: "5",
name: "Nutella Paradise Waffle",
price: "85 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-raspberries-honey_23-2148352303.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-waffles-with-raspberries-honey_23-2148352303.jpg?_wi=3",
imageAlt: "Nutella waffle with hazelnuts",
},
{
id: "6",
name: "Banana Split Deluxe",
price: "70 MAD",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-berries-plate-cake-chocolate-strawberries-bowls-chocolate-sweets-strawberries-cutting-board_140725-111589.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-berries-plate-cake-chocolate-strawberries-bowls-chocolate-sweets-strawberries-cutting-board_140725-111589.jpg?_wi=3",
imageAlt: "Banana split with ice cream and toppings",
},
]}