diff --git a/src/app/page.tsx b/src/app/page.tsx index de1760a..790e820 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; @@ -30,130 +30,36 @@ export default function LandingPage() { >
@@ -161,7 +67,7 @@ export default function LandingPage() {
@@ -173,42 +79,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - id: "f1", - title: "Крафтовое пиво", - author: "Выбор экспертов", - description: "Широкий выбор сортов на любой вкус.", - tags: [ - "Пиво", - "Крафт", - ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-mug-beer-with-wood-cutting-board-bottle-beer-wood-bowl-black_141793-6542.jpg", - }, - { - id: "f2", - title: "Сытные блюда", - author: "Авторская кухня", - description: "Традиционные закуски и основные блюда.", - tags: [ - "Кухня", - "Сытно", - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-baked-vegetables-potatoes-eggplants-fresh-off-oven-dark-space_140725-79527.jpg", - }, - { - id: "f3", - title: "Живая атмосфера", - author: "Для больших компаний", - description: "Идеально для встреч с друзьями.", - tags: [ - "Атмосфера", - "Друзья", - ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-catches-attention-his-friend_329181-18378.jpg", - }, + { id: "f1", title: "Натуральные ингредиенты", author: "Качество", description: "Используем только свежие фрукты и ягоды.", tags: ["Натурально"], imageSrc: "http://img.b2bpic.net/free-photo/top-view-lemons-limes-table_23-2148784920.jpg" }, + { id: "f2", title: "Уникальные рецепты", author: "Вкус", description: "Наши фирменные миксы удивят вас.", tags: ["Вкусно"], imageSrc: "http://img.b2bpic.net/free-photo/fresh-citrus-drink-table_23-2148784930.jpg" }, ]} - title="Почему выбирают «Бочонок»" - description="Мы создаем лучшее место для ваших встреч и отдыха." + title="Почему Lemonade?" + description="Мы заботимся о качестве каждого напитка." />
@@ -219,45 +94,11 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Свиная рулька", - price: "4500 ₸", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-lamb-ribs-close-up_23-2148516948.jpg", - }, - { - id: "p2", - name: "Картофель фри", - price: "1200 ₸", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheese-plate-with-gouda-cheese-brie-blue-cheese-walnuts-grapes-little-jar-jam_7502-5332.jpg", - }, - { - id: "p3", - name: "Ассорти колбасок", - price: "3800 ₸", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-sliced-sausages-white-plate_114579-62974.jpg", - }, - { - id: "p4", - name: "Крылышки гриль", - price: "2500 ₸", - imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-topped-with-melted-cheese-served-with-fries_140725-1493.jpg", - }, - { - id: "p5", - name: "Фирменный бургер", - price: "3200 ₸", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-beef-burger-with-sauce-pickled-cucumber-served-restaurant_141793-2018.jpg", - }, - { - id: "p6", - name: "Цезарь с курицей", - price: "2800 ₸", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-appetizing-salad-with-arugula-figs-cheese-nuts-served-table-closeup_1220-6786.jpg", - }, + { id: "p1", name: "Классический лимонный", price: "1200 ₸", imageSrc: "http://img.b2bpic.net/free-photo/glass-lemonade-with-lemon-slices-straw_23-2148784940.jpg" }, + { id: "p2", name: "Ягодный микс", price: "1500 ₸", imageSrc: "http://img.b2bpic.net/free-photo/glass-berry-lemonade_23-2148784950.jpg" }, ]} title="Наше меню" - description="Попробуйте наши лучшие позиции прямо сейчас." + description="Выберите свой любимый напиток." /> @@ -266,64 +107,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Александр", - date: "10.05.2025", - title: "Отличное место", - quote: "Лучшая рулька в городе!", - tag: "Постоянный гость", - avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-creative-man_1098-18446.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/education-day-scene-fantasy-style-aesthetic_23-2151040264.jpg?_wi=2", - imageAlt: "happy customer dining restaurant", - }, - { - id: "t2", - name: "Марина", - date: "12.05.2025", - title: "Очень уютно", - quote: "Прекрасная атмосфера и вежливый персонал.", - tag: "Постоянный гость", - avatarSrc: "http://img.b2bpic.net/free-photo/senior-man-laughing-restaurant_23-2149316808.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/wood-platter-beef-steak-with-grilled-aubergine-potato-mushroom-sauce_140725-1480.jpg?_wi=2", - imageAlt: "happy customer dining restaurant", - }, - { - id: "t3", - name: "Игорь", - date: "15.05.2025", - title: "Вкусно", - quote: "Пиво всегда свежее, рекомендую.", - tag: "Новый гость", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-eating-funny-way_23-2150269630.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-bulb-room_181624-57611.jpg?_wi=2", - imageAlt: "happy customer dining restaurant", - }, - { - id: "t4", - name: "Елена", - date: "18.05.2025", - title: "Любимое место", - quote: "Ходим сюда с друзьями каждую неделю.", - tag: "Постоянный гость", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-people-making-home-comfortable_23-2149092051.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/three-content-friends-chatting-drinking-beer_1262-3656.jpg?_wi=2", - imageAlt: "happy customer dining restaurant", - }, - { - id: "t5", - name: "Дмитрий", - date: "20.05.2025", - title: "Супер", - quote: "Отличное соотношение цены и качества.", - tag: "Постоянный гость", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-people-with-reviews_23-2149394417.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-beer-with-sausages_23-2148306039.jpg?_wi=2", - imageAlt: "happy customer dining restaurant", - }, + { id: "t1", name: "Алексей", date: "20.05.2025", title: "Лучший лимонад!", quote: "Всегда свежо и очень вкусно.", tag: "Постоянный гость", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man_23-2148784960.jpg" }, ]} - title="Отзывы наших гостей" - description="Присоединяйтесь к тем, кто уже оценил наш уют." + title="Отзывы" + description="Что говорят наши клиенты." /> @@ -331,17 +118,9 @@ export default function LandingPage() { @@ -349,23 +128,9 @@ export default function LandingPage() { @@ -374,53 +139,21 @@ export default function LandingPage() {