Merge version_3 into main #3
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Transform Your Garden Into A Living Paradise"
|
||||
@@ -52,15 +52,20 @@ export default function LandingPage() {
|
||||
{ text: "Get Started", href: "#contact" },
|
||||
{ text: "Our Services", href: "#features" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g54d9b2bd846fac71439f4457c9beefed9291251ce20138725584b037b4100dc84407d540696e5176b93d3d9f651d90c4815fd82738353dab03d74c772fb5e231_1280.jpg?_wi=1", imageAlt: "Landscape transformation"},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/g6cdc21916eacc16a7c5d22c2e34d57f5e60e538ef3953cc7e66c35db3d2aa32376b9aec8968815acc391d44db24aecc02198f2228cdef632568b88d6d75ce641_1280.jpg?_wi=1", imageAlt: "Lush garden pathway"},
|
||||
{
|
||||
imageSrc: "https://pixabay.com/get/gfb8413f655c2d3c946dd5af5e5dc092d92eda19e97db77ff6e7d20ee199504586f68c9bc17ccbec76f66174b4a056202e8be9ca1f84e99d1777fcc1bf8ebf1e5_1280.jpg?_wi=1", imageAlt: "Gardener at work"},
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "https://pixabay.com/get/g54d9b2bd846fac71439f4457c9beefed9291251ce20138725584b037b4100dc84407d540696e5176b93d3d9f651d90c4815fd82738353dab03d74c772fb5e231_1280.jpg?_wi=1", imageAlt: "Landscape transformation" },
|
||||
{ imageSrc: "https://pixabay.com/get/g6cdc21916eacc16a7c5d22c2e34d57f5e60e538ef3953cc7e66c35db3d2aa32376b9aec8968815acc391d44db24aecc02198f2228cdef632568b88d6d75ce641_1280.jpg?_wi=1", imageAlt: "Lush garden pathway" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "https://pixabay.com/get/gfb8413f655c2d3c946dd5af5e5dc092d92eda19e97db77ff6e7d20ee199504586f68c9bc17ccbec76f66174b4a056202e8be9ca1f84e99d1777fcc1bf8ebf1e5_1280.jpg?_wi=1", imageAlt: "Gardener at work" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "Highly recommended gardening expert" },
|
||||
{ type: "text", text: "Transformed our space beautifully" },
|
||||
{ type: "text", text: "Expert team, amazing results" }
|
||||
]}
|
||||
carouselPosition="left"
|
||||
className="py-20"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user