Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d2789ff35 | |||
| 57ddf5e244 | |||
| b627d7a5fd | |||
| 47bfef7ce0 | |||
| 08c945f3d5 | |||
| e739067aa3 |
@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
@@ -39,16 +39,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
<HeroBillboardCarousel
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
logoText="Two Burdes Lawn Care"
|
||||
title="Two Burdes Lawn Care"
|
||||
description="Premium Lawn Care That Actually Shows Up. Reliable. Professional. 5-star rated. Transforming lawns, homes, and first impressions."
|
||||
buttons={[
|
||||
{ text: "Get Free Quote", href: "#contact" },
|
||||
{ text: "Call Now", href: "tel:5550199" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg", imageAlt: "Professional Lawn Care" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013476.jpg?_wi=1", imageAlt: "Seasonal Cleanup" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -76,7 +78,7 @@ export default function LandingPage() {
|
||||
title: "Lawn Care", description: "Weekly/bi-weekly mowing, edging, trimming, and full lawn health maintenance for that perfect curb appeal.", imageSrc: "http://img.b2bpic.net/free-vector/landscaping-isometric-flowchart-with-garden-designer-green-plants-decorations-purple_1284-31669.jpg", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Seasonal Cleanups", description: "Spring cleanups, leaf removal, and yard restoration to keep your property looking pristine throughout every season.", imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013476.jpg", buttonIcon: ArrowRight,
|
||||
title: "Seasonal Cleanups", description: "Spring cleanups, leaf removal, and yard restoration to keep your property looking pristine throughout every season.", imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013476.jpg?_wi=2", buttonIcon: ArrowRight,
|
||||
},
|
||||
{
|
||||
title: "Exterior Cleaning", description: "Professional pressure washing for houses, driveways, and patios. We restore the original beauty of your exterior surfaces.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-two-leaf-rakes-shovels-leaned-against-wooden-fence-with-blurred-background_181624-4367.jpg", buttonIcon: ArrowRight,
|
||||
|
||||
Reference in New Issue
Block a user