diff --git a/src/app/page.tsx b/src/app/page.tsx
index 68934a3..52d3b1a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -53,34 +41,14 @@ export default function LandingPage() {
@@ -93,42 +61,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "1",
- name: "Традиционна Баклава",
- price: "5 лв.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-2594.jpg?_wi=1",
- },
- {
- id: "2",
- name: "Торта с моркови",
- price: "4 лв.",
- imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37131.jpg?_wi=1",
- },
- {
- id: "3",
- name: "Сладкиш със спанак",
- price: "3 лв.",
- imageSrc: "http://img.b2bpic.net/free-photo/yummy-desserts-with-strawberry-white-ceramic-plates-green-table_23-2148123870.jpg?_wi=1",
- },
- {
- id: "4",
- name: "Кадаиф",
- price: "4 лв.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-baklava-with-pistachio-wooden-board_141793-3277.jpg?_wi=1",
- },
- {
- id: "5",
- name: "Турска закуска",
- price: "8 лв.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-various-plates-food-fo-breakfast-as-fried-eggs-toasts-tea-with-sweetness_140725-12227.jpg",
- },
- {
- id: "6",
- name: "Печена тиква",
- price: "3 лв.",
- imageSrc: "http://img.b2bpic.net/free-photo/spices-making-homemade-autumn-pastries-dark-surface_127032-1860.jpg",
- },
+ { id: "1", name: "Традиционна Баклава", price: "5 лв.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-baklava-dessert-made-thin-pastry-nuts-honey176474-2594.jpg" },
+ { id: "2", name: "Торта с моркови", price: "4 лв.", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting123827-37131.jpg" },
+ { id: "3", name: "Сладкиш със спанак", price: "3 лв.", imageSrc: "http://img.b2bpic.net/free-photo/yummy-desserts-with-strawberry-white-ceramic-plates-green-table23-2148123870.jpg" },
+ { id: "4", name: "Кадаиф", price: "4 лв.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-turkish-baklava-with-pistachio-wooden-board141793-3277.jpg" },
+ { id: "5", name: "Турска закуска", price: "8 лв.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-various-plates-food-fo-breakfast-as-fried-eggs-toasts-tea-with-sweetness140725-12227.jpg" },
+ { id: "6", name: "Печена тиква", price: "3 лв.", imageSrc: "http://img.b2bpic.net/free-photo/spices-making-homemade-autumn-pastries-dark-surface127032-1860.jpg" }
]}
title="Нашите специалитети"
description="Всяка хапка е удоволствие."
@@ -139,64 +77,15 @@ export default function LandingPage() {
@@ -208,26 +97,8 @@ export default function LandingPage() {
title="Новини от пекарната"
description="Научете повече за нашите рецепти и събития."
blogs={[
- {
- id: "1",
- category: "Рецепти",
- title: "Тайните на баклавата",
- excerpt: "Как постигаме съвършения баланс на захарен сироп.",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-turkish-baklava-dessert-made-thin-pastry-nuts-honey_176474-3480.jpg",
- authorName: "Севил",
- authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
- date: "10 окт 2023",
- },
- {
- id: "2",
- category: "Събития",
- title: "Сезонни вкусове",
- excerpt: "Очаквайте есенните ни предложения с тиква.",
- imageSrc: "http://img.b2bpic.net/free-photo/perfect-round-pumpkin-halloween-market-shelf-outdoors-close-up-big-orange-pumpkin_7502-10525.jpg",
- authorName: "Екип Севил",
- authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12324.jpg",
- date: "15 сеп 2023",
- },
+ { id: "1", category: "Рецепти", title: "Тайните на баклавата", excerpt: "Как постигаме съвършения баланс.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-turkish-baklava-dessert-made-thin-pastry-nuts-honey176474-3480.jpg", authorName: "Севил", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress107420-12307.jpg", date: "10 окт 2023" },
+ { id: "2", category: "Събития", title: "Сезонни вкусове", excerpt: "Очаквайте есенните ни предложения.", imageSrc: "http://img.b2bpic.net/free-photo/perfect-round-pumpkin-halloween-market-shelf-outdoors-close-up-big-orange-pumpkin7502-10525.jpg", authorName: "Екип Севил", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress107420-12324.jpg", date: "15 сеп 2023" }
]}
/>
@@ -235,11 +106,9 @@ export default function LandingPage() {
@@ -247,17 +116,11 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file