Update src/app/page.tsx

This commit is contained in:
2026-06-02 16:43:10 +00:00
parent 2b4710ff6a
commit 3164260117

View File

@@ -134,17 +134,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "pasta-ragu", name: "Wild Mushroom Tagliatelle", price: "38 BGN", 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: "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: "sea-bass", name: "Pan-Seared Sea Bass", price: "55 BGN", 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: "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: "chocolate-lava", name: "Molten Chocolate Soufflé", price: "22 BGN", 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: "22 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 BGN", 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: "42 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 BGN", 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: "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: "beetroot-carpaccio", name: "Beetroot Carpaccio with Goat Cheese", price: "28 BGN", 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: "28 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."
@@ -295,4 +295,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}