4 Commits

Author SHA1 Message Date
57ddf5e244 Update src/app/page.tsx 2026-03-27 00:44:27 +00:00
47bfef7ce0 Update src/app/page.tsx 2026-03-27 00:44:00 +00:00
08c945f3d5 Merge version_1 into main
Merge version_1 into main
2026-03-27 00:43:06 +00:00
e739067aa3 Merge version_1 into main
Merge version_1 into main
2026-03-27 00:40:29 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import ContactFaq from '@/components/sections/contact/ContactFaq'; import ContactFaq from '@/components/sections/contact/ContactFaq';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
import FooterCard from '@/components/sections/footer/FooterCard'; 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 MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
@@ -39,16 +39,18 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroBillboardCarousel
background={{ variant: "sparkles-gradient" }} 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." description="Premium Lawn Care That Actually Shows Up. Reliable. Professional. 5-star rated. Transforming lawns, homes, and first impressions."
buttons={[ buttons={[
{ text: "Get Free Quote", href: "#contact" }, { text: "Get Free Quote", href: "#contact" },
{ text: "Call Now", href: "tel:5550199" }, { text: "Call Now", href: "tel:5550199" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/woman-operating-heavy-duty-leaf-blower_1153-7324.jpg" mediaItems={[
mediaAnimation="slide-up" { 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> </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: "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, 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,