From 01e4c8f2bbd00e52ca4c462bf0767f46a99e9c75 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 16:33:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 321 +++++++---------------------------------------- 1 file changed, 45 insertions(+), 276 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1b25d2..d452a30 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,25 +31,15 @@ export default function LandingPage() { @@ -58,63 +48,26 @@ export default function LandingPage() {
@@ -124,7 +77,7 @@ export default function LandingPage() { useInvertedBackground={false} title="За Нас" description="La Opera Sofia съчетава елегантна атмосфера, прясна морска храна и авторска кухня в сърцето на София. Нашата мисия е да превърнем всяка вечеря в специално изживяване." - imageSrc="http://img.b2bpic.net/free-photo/romantic-table-setting-wedding-reception-with-sea-view-through-windows_637285-997.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/romantic-table-setting-wedding-reception-with-sea-view-through-windows_637285-997.jpg" /> @@ -135,60 +88,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - brand: "Риба", - name: "Пържен лаврак", - price: "24 лв.", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-pastry-with-meat-delicious-dough-meal-inside-brown-plate-with-lemon-dark-desk_140725-40871.jpg?_wi=1", - }, - { - id: "2", - brand: "Морски дарове", - name: "Калмари", - price: "28 лв.", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-dish-with-octopus-arms-with-spices-white-plate-with-silverware_181624-31962.jpg?_wi=1", - }, - { - id: "3", - brand: "Авторски", - name: "Fish Kebab", - price: "32 лв.", - rating: 5, - reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-eggplant-rolls-cooked-dish-with-rice-different-ingredients-dark-surface-cooking-rice-plant-oil-food-cuisine_140725-101402.jpg?_wi=1", - }, - { - id: "4", - brand: "Риба", - name: "Sword Fish", - price: "35 лв.", - rating: 5, - reviewCount: "70", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg?_wi=1", - }, - { - id: "5", - brand: "Риба", - name: "Levrek", - price: "22 лв.", - rating: 5, - reviewCount: "65", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-close-up-decorated-with-vegetables_1303-12326.jpg", - }, - { - id: "6", - brand: "Напитки", - name: "Шампанско", - price: "90 лв.", - rating: 5, - reviewCount: "50", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-glasses-with-champagne-table_23-2148334989.jpg", - }, + { id: "1", brand: "Риба", name: "Пържен лаврак", price: "24 лв.", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-pastry-with-meat-delicious-dough-meal-inside-brown-plate-with-lemon-dark-desk_140725-40871.jpg" }, + { id: "2", brand: "Морски дарове", name: "Калмари", price: "28 лв.", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-dish-with-octopus-arms-with-spices-white-plate-with-silverware_181624-31962.jpg" }, + { id: "3", brand: "Авторски", name: "Fish Kebab", price: "32 лв.", rating: 5, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-eggplant-rolls-cooked-dish-with-rice-different-ingredients-dark-surface-cooking-rice-plant-oil-food-cuisine_140725-101402.jpg" }, + { id: "4", brand: "Риба", name: "Sword Fish", price: "35 лв.", rating: 5, reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-with-spices-tomato-slices-teriyaki-sauce_114579-3348.jpg" }, + { id: "5", brand: "Риба", name: "Levrek", price: "22 лв.", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/grilled-fish-close-up-decorated-with-vegetables_1303-12326.jpg" }, + { id: "6", brand: "Напитки", name: "Шампанско", price: "90 лв.", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glasses-with-champagne-table_23-2148334989.jpg" } ]} title="Нашето Меню" description="Открийте авторски специалитети и морски деликатеси." @@ -197,30 +102,13 @@ export default function LandingPage() {