diff --git a/src/app/page.tsx b/src/app/page.tsx
index 26164a0..301d482 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -57,35 +49,21 @@ export default function LandingPage() {
description="Свежесть, традиции и уют в каждом кусочке. Откройте для себя наш ассортимент домашней кулинарии."
buttons={[
{
- text: "Смотреть меню",
- href: "#products",
- },
+ text: "Смотреть меню", href: "#products"},
]}
slides={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/served-bavarian-grilled-sausages-with-veggies_23-2148167626.jpg",
- imageAlt: "fresh artisanal bread bakery",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/served-bavarian-grilled-sausages-with-veggies_23-2148167626.jpg", imageAlt: "fresh artisanal bread bakery"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/nuts-wooden-board_23-2147690220.jpg",
- imageAlt: "fresh artisanal bread bakery",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/nuts-wooden-board_23-2147690220.jpg", imageAlt: "fresh artisanal bread bakery"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/christmas-wreath-fir-tree-branches-vases-cups-all-around-modern-kitchen-modern-kitchen-with-black-fridge-decorated-christmas-new-year_132075-11267.jpg",
- imageAlt: "fresh artisanal bread bakery",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/christmas-wreath-fir-tree-branches-vases-cups-all-around-modern-kitchen-modern-kitchen-with-black-fridge-decorated-christmas-new-year_132075-11267.jpg", imageAlt: "fresh artisanal bread bakery"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg",
- imageAlt: "fresh artisanal bread bakery",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg", imageAlt: "fresh artisanal bread bakery"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/grapes-garlic-variety-cheeses-jute-textile-wooden-plank_23-2148101764.jpg",
- imageAlt: "fresh artisanal bread bakery",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/grapes-garlic-variety-cheeses-jute-textile-wooden-plank_23-2148101764.jpg", imageAlt: "fresh artisanal bread bakery"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-s-hand-holding-round-rustics-bread_23-2147975067.jpg",
- imageAlt: "fresh artisanal bread bakery",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-s-hand-holding-round-rustics-bread_23-2147975067.jpg", imageAlt: "fresh artisanal bread bakery"},
]}
/>
@@ -98,17 +76,11 @@ export default function LandingPage() {
description="Мы верим в простые продукты и честный труд. Каждый день мы готовим с любовью, чтобы вы могли насладиться домашним вкусом в городской суете."
bulletPoints={[
{
- title: "Натуральные ингредиенты",
- description: "Используем только фермерские продукты без добавок.",
- },
+ title: "Натуральные ингредиенты", description: "Используем только фермерские продукты без добавок."},
{
- title: "Свежая выпечка",
- description: "Печем хлеб несколько раз в день.",
- },
+ title: "Свежая выпечка", description: "Печем хлеб несколько раз в день."},
{
- title: "Уютная атмосфера",
- description: "Место, где каждый гость становится другом.",
- },
+ title: "Уютная атмосфера", description: "Место, где каждый гость становится другом."},
]}
imageSrc="http://img.b2bpic.net/free-photo/yogurt-pot-tomatoes-herbs-olive-bottle-wooden-table_114579-4584.jpg"
mediaAnimation="slide-up"
@@ -119,52 +91,27 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file