From 3e61e70ced99e385aeaed9f17492fc45d9ff1300 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:09:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 00bdd7d..9f1d2f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,14 +131,14 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={true} products={[ - { id: "p1", name: "Shakshuka", price: "$18", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/frying-pan-omelet-with-vegetables_114579-82076.jpg" }, - { id: "p2", name: "Grilled Fish", price: "$28", variant: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171468.jpg" }, - { id: "p3", name: "Lamb Couscous", price: "$24", variant: "Classic", 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: "Appetizer", 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: "Vegetarian", 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", 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: "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" }, ]} - title="Our Signature Dishes" + title="Signature Mediterranean Menu" description="Discover the vibrant flavors of Mediterranean gastronomy." /> @@ -174,7 +174,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { id: "f1", title: "Do you take reservations?", content: "Yes, we highly recommend booking in advance. Book your table via the form below." }, + { id: "f1", title: "Do you take reservations?", content: "Yes, we highly recommend booking in advance." }, { id: "f2", title: "Are there vegan options?", content: "We have a dedicated selection of traditional vegetable-based dishes." }, { id: "f3", title: "Can you host events?", content: "We cater for private gatherings and corporate events." }, ]} @@ -207,4 +207,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}