Compare commits
1 Commits
version_9
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| d2e9d5e5c0 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user