Merge version_6 into main #6
@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
@@ -41,13 +41,15 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="Blue Flamingo Lawn Care & Outdoor Services"
|
||||
<HeroBillboardCarousel
|
||||
title="Blue Flamingo Lawn Care"
|
||||
description="Professional lawn maintenance, yard cleanup, and specialized outdoor care for Niceville homeowners. We show up on time, every time."
|
||||
buttons={[{ text: "Get a Free Quote", href: "#contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D34ob8YKysMwHiGdHbbh9qHWCg/uploaded-1777497709040-ytymkbyv.png"
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D34ob8YKysMwHiGdHbbh9qHWCg/uploaded-1777497709040-ytymkbyv.png", imageAlt: "Lawn Care" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-gardener-trimming-hedge-yard_342744-537.jpg", imageAlt: "Gardening" }
|
||||
]}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
frameStyle="card"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -148,4 +150,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user