From b2bfa6e6c2f858201a0573d5a43434215a290265 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:10:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f1d2f4..6e4b2b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,12 +131,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { id: "p1", name: "Shakshuka", price: "$18", variant: "A rich, savory tomato-based breakfast stew", imageSrc: "http://img.b2bpic.net/free-photo/frying-pan-omelet-with-vegetables_114579-82076.jpg" }, - { id: "p2", name: "Grilled Fish", price: "$28", variant: "Fresh, locally caught Mediterranean catch", imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171468.jpg" }, - { id: "p3", name: "Lamb Couscous", price: "$24", variant: "Slow-cooked lamb with traditional semolina", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-grilled-roll-pita-bread-with-tomato-onion_141793-4637.jpg" }, - { id: "p4", name: "Brik Pastry", price: "$12", variant: "Crispy, golden pastry filled with egg and herbs", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pawns-white-plate-with-red-basilic-rosemary-leaves_114579-2960.jpg" }, - { id: "p5", name: "Mediterranean Salad", price: "$14", variant: "Crisp vegetables with feta and olives", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-consists-cucumber-cheese-tomatoes-dark-blue-background-color-diet-lunch-meal-cuisine-restaurant-food-health_179666-18329.jpg" }, - { id: "p6", name: "Baklava Dessert", price: "$9", variant: "Sweet layered pastry with honey and nuts", imageSrc: "http://img.b2bpic.net/free-photo/cup-dark-coffee-with-cookie-dark-board-high-quality-photo_114579-67924.jpg" }, + { id: "p1", name: "Shakshuka", price: "$18", variant: "Spicy tomato stew with poached eggs and aromatic spices", imageSrc: "http://img.b2bpic.net/free-photo/frying-pan-omelet-with-vegetables_114579-82076.jpg" }, + { id: "p2", name: "Grilled Fish", price: "$28", variant: "Char-grilled fresh catch served with lemon and herbs", imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171468.jpg" }, + { id: "p3", name: "Lamb Couscous", price: "$24", variant: "Slow-braised tender lamb on fluffy, buttery semolina", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-grilled-roll-pita-bread-with-tomato-onion_141793-4637.jpg" }, + { id: "p4", name: "Brik Pastry", price: "$12", variant: "Crispy golden filo dough with savory herb-infused egg filling", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pawns-white-plate-with-red-basilic-rosemary-leaves_114579-2960.jpg" }, + { id: "p5", name: "Mediterranean Salad", price: "$14", variant: "Crisp garden vegetables tossed in tangy olive oil dressing", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-consists-cucumber-cheese-tomatoes-dark-blue-background-color-diet-lunch-meal-cuisine-restaurant-food-health_179666-18329.jpg" }, + { id: "p6", name: "Baklava Dessert", price: "$9", variant: "Sweet honey-soaked layers with crunchy chopped walnuts", imageSrc: "http://img.b2bpic.net/free-photo/cup-dark-coffee-with-cookie-dark-board-high-quality-photo_114579-67924.jpg" }, ]} title="Signature Mediterranean Menu" description="Discover the vibrant flavors of Mediterranean gastronomy." -- 2.49.1