diff --git a/src/pages/MenuPage.tsx b/src/pages/MenuPage.tsx index 8cba589..ccd9d35 100644 --- a/src/pages/MenuPage.tsx +++ b/src/pages/MenuPage.tsx @@ -12,31 +12,13 @@ export default function MenuPage() { title="Fresh Seasonal Creations" description="Discover our rotation of chef-inspired dishes crafted with premium, locally sourced ingredients." items={[ - { - title: "Lamb Mechoui", - description: "Slow-roasted tender lamb", - imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg", - }, - { - title: "Royal Seafood Platter", - description: "Fresh catch of the day", - imageSrc: "http://img.b2bpic.net/free-photo/noodles-bowl-with-seafood-green-basilic-parmesan_114579-1861.jpg", - }, - { - title: "Vegetarian Delight", - description: "Seasonal garden bounty", - imageSrc: "http://img.b2bpic.net/free-photo/root-vegetables-ingredients-making-salad-from-vegetables-baked-oven-healthy-food_127032-2931.jpg", - }, - { - title: "Signature Dessert", - description: "Gold-leafed sweetness", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-sugar-dust-vanilla-ice-cream-image_114579-2313.jpg", - }, - { - title: "Refreshment", - description: "Hand-crafted cocktails", - imageSrc: "http://img.b2bpic.net/free-photo/purple-cocktail-garnished-with-gypsophila-long-stand-glass_141793-1949.jpg", - }, + { title: "Lamb Mechoui", description: "Slow-roasted tender lamb", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg" }, + { title: "Royal Seafood Platter", description: "Fresh catch of the day", imageSrc: "http://img.b2bpic.net/free-photo/noodles-bowl-with-seafood-green-basilic-parmesan_114579-1861.jpg" }, + { title: "Vegetarian Delight", description: "Seasonal garden bounty", imageSrc: "http://img.b2bpic.net/free-photo/root-vegetables-ingredients-making-salad-from-vegetables-baked-oven-healthy-food_127032-2931.jpg" }, + { title: "Signature Dessert", description: "Gold-leafed sweetness", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-sugar-dust-vanilla-ice-cream-image_114579-2313.jpg" }, + { title: "Refreshment", description: "Hand-crafted cocktails", imageSrc: "http://img.b2bpic.net/free-photo/purple-cocktail-garnished-with-gypsophila-long-stand-glass_141793-1949.jpg" }, + { title: "Traditional Taste", description: "Authentic flavor", imageSrc: "http://img.b2bpic.net/free-photo/traditional-vegetable-olma-white-plate-with-yogurt_114579-2597.jpg" }, + { title: "Gourmet Platter", description: "Chef selection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-arrangement_23-2148510958.jpg" } ]} /> @@ -46,7 +28,6 @@ export default function MenuPage() {