Merge version_2 into main #1
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FeatureCardNine from '@/components/sections/feature/FeatureCardNine';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
<HeroBillboard
|
||||
title="Органічні добрива для здорового росту рослин"
|
||||
description="Натуральні, екологічно чисті добрива, розроблені для максимального врожаю та збереження здоров'я грунту. Довіріть силі природи для вашого фермерського господарства."
|
||||
tag="100% Натуральне"
|
||||
@@ -51,16 +51,9 @@ export default function LandingPage() {
|
||||
{ text: "Дізнатися Більше", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-vector/organic-cosmetics-banner-flat-style_23-2147560993.jpg", imageAlt: "Пакет органічного добрива" },
|
||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-vegetables-assortment-with-empty-clipboard_23-2148655332.jpg", imageAlt: "Органічне добриво для овочів" },
|
||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/farmer-spraying-vegetables-garden-with-herbicides-man-black-apron_1157-39708.jpg", imageAlt: "Застосування добрива в полі" },
|
||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/freshly-harvested-vegetables_1156-85.jpg", imageAlt: "Здорові рослини з органічним добривом" },
|
||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-texture_181624-9071.jpg", imageAlt: "Поліпшена якість грунту" },
|
||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-healthy-vegetables-bowl-wooden-plank_23-2147927269.jpg", imageAlt: "Щедрий врожай" }
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
videoSrc="https://videos.pexels.com/video-files/28236226/12241948_640_360_30fps.mp4"
|
||||
videoAriaLabel="Відео про органічні добрива"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
ariaLabel="Головна секція героя"
|
||||
/>
|
||||
@@ -116,7 +109,7 @@ export default function LandingPage() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Дозиліні Партнери"
|
||||
description="Тисячі фермерів і сільськогосподарських компаній довіряють EcoGrow Organics"
|
||||
description="Тисячи фермерів і сільськогосподарських компаній довіряють EcoGrow Organics"
|
||||
tag="Партнери"
|
||||
tagIcon={Handshake}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user