1 Commits

Author SHA1 Message Date
d2e9d5e5c0 Bob AI: [Block: hero-overlay|Hero Overlay|/blocks/hero/her... 2026-02-24 15:40:33 +02:00

View File

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