1 Commits

Author SHA1 Message Date
915dae4712 Bob AI: just do something 2026-02-24 15:36:01 +02:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
@@ -228,24 +228,26 @@ export default function LandingPage() {
.stagger-delay-4 { animation-delay: 0.4s; }
.stagger-delay-5 { animation-delay: 0.5s; }
`}</style>
<div id="hero-section" data-section="hero-section" className="hero-parallax">
<HeroOverlay
title="Ремісничі хлібобулочні вироби доставляються до вашого дверей"
description="Відчуйте тепло домашнього хліба, тістечок та десертів, виготовлених з любов'ю за допомогою перевірених часом технік та найкращих інгредієнтів. Кожен укус розповідає історію традиції та пристрасті."
tag="Свіжий щоденний хліб"
<div id="hero-section" data-section="hero-section">
<HeroBillboardCarousel
title="Смакуйте свіжість кожного дня"
description="Наші ремісничі хлібобулочні вироби готуються з найкращих інгредієнтів та традиційних рецептів. Від хрустких батонів до м'яких тістечок - кожен продукт створений з любов'ю для вас."
background={{ variant: "radial-gradient" }}
tag="Свіжий хліб щодня"
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Переглянути наше меню", href: "#products-section" },
{ text: "Відвідайте наш магазин", href: "#about-section" }
]}
buttons={[
{ text: "Замовити зараз", href: "#products-section", dataWebildId: "hero_order_btn" },
{ text: "Дізнатися більше", href: "#about-section", dataWebildId: "hero_learn_btn" }
]}
buttonAnimation="slide-up"
imageSrc="https://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg"
imageAlt="Теплий, рустикальний інтер'єр пекарні зі свіжими тістечками на виставці"
textPosition="bottom-left"
showDimOverlay={true}
showBlur={true}
ariaLabel="Ласкаво просимо до нашої затишної пекарні з ремісничими хлібобулочними виробами"
mediaItems={[
{ imageSrc: "https://img.b2bpic.net/free-photo/abstract-luxury-gradient-blue-background_53876-120942.jpg", imageAlt: "Свіжий хліб" },
{ imageSrc: "https://img.b2bpic.net/free-photo/futuristic-moon-background_23-2150930890.jpg", imageAlt: "Тістечка" },
{ imageSrc: "https://img.b2bpic.net/free-photo/futuristic-city-architecture_23-2151918947.jpg", imageAlt: "Десерти" },
{ imageSrc: "https://img.b2bpic.net/free-photo/beautiful-landscape-with-mountains_23-2151151078.jpg", imageAlt: "Пекарня" }
]}
ariaLabel="Ласкаво просимо до Теплої Скоринки Пекарні"
/>
</div>