From f2d64f116b4c400f07e9246133cbf940f8b4502b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 2 Jun 2026 16:46:20 +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 db587ee..2f80629 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -134,17 +134,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "pasta-ragu", name: "Wild Mushroom Tagliatelle", price: "38 EUR", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-ground-pasta-with-seasonings-dark-blue-desk-pasta-dough-cooking-meal-dish-color_140725-117608.jpg", imageAlt: "Wild Mushroom Tagliatelle"}, + id: "pasta-ragu", name: "Wild Mushroom Tagliatelle", price: "28 EUR", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-ground-pasta-with-seasonings-dark-blue-desk-pasta-dough-cooking-meal-dish-color_140725-117608.jpg", imageAlt: "Wild Mushroom Tagliatelle"}, { - id: "sea-bass", name: "Pan-Seared Sea Bass", price: "55 EUR", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg", imageAlt: "Pan-Seared Sea Bass with Asparagus"}, + id: "sea-bass", name: "Pan-Seared Sea Bass", price: "45 EUR", imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg", imageAlt: "Pan-Seared Sea Bass with Asparagus"}, { - id: "chocolate-lava", name: "Molten Chocolate Soufflé", price: "22 EUR", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549959.jpg", imageAlt: "Molten Chocolate Soufflé"}, + id: "chocolate-lava", name: "Molten Chocolate Soufflé", price: "15 EUR", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549959.jpg", imageAlt: "Molten Chocolate Soufflé"}, { - id: "saffron-risotto", name: "Saffron & Prawn Risotto", price: "42 EUR", imageSrc: "http://img.b2bpic.net/free-photo/carrot-salad-with-cheese-top_140725-6069.jpg", imageAlt: "Saffron & Prawn Risotto"}, + id: "saffron-risotto", name: "Saffron & Prawn Risotto", price: "32 EUR", imageSrc: "http://img.b2bpic.net/free-photo/carrot-salad-with-cheese-top_140725-6069.jpg", imageAlt: "Saffron & Prawn Risotto"}, { - id: "lamb-shank", name: "Slow-Braised Lamb Shank", price: "62 EUR", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dish-burrata-mozzarella_501050-759.jpg", imageAlt: "Slow-Braised Lamb Shank with Root Vegetables"}, + id: "lamb-shank", name: "Slow-Braised Lamb Shank", price: "55 EUR", imageSrc: "http://img.b2bpic.net/free-photo/traditional-italian-dish-burrata-mozzarella_501050-759.jpg", imageAlt: "Slow-Braised Lamb Shank with Root Vegetables"}, { - id: "beetroot-carpaccio", name: "Beetroot Carpaccio with Goat Cheese", price: "28 EUR", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510904.jpg", imageAlt: "Beetroot Carpaccio with Goat Cheese"}, + id: "beetroot-carpaccio", name: "Beetroot Carpaccio with Goat Cheese", price: "18 EUR", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-food-arrangement_23-2148510904.jpg", imageAlt: "Beetroot Carpaccio with Goat Cheese"}, ]} title="Our Seasonal Culinary Creations" description="Explore a selection from our ever-evolving menu, crafted with the freshest seasonal ingredients and Chef Teodora's signature touch."