Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 01:47:51 +00:00

View File

@@ -9,7 +9,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import { Award, CheckCircle, Handshake, Heart, Leaf, Scissors, Trees, Package, Trim, Wrench, Sprout, Hammer, Phone, Star } from "lucide-react";
import { Award, CheckCircle, Handshake, Heart, Leaf, Scissors, Trees, Package, Wrench, Sprout, Hammer, Phone, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -66,13 +66,16 @@ export default function LandingPage() {
stats: [
{
title: "Years Experience", values: [3, 5, 6],
description: "Trusted service since 2018"},
description: "Trusted service since 2018"
},
{
title: "Happy Customers", values: [150, 200, 250],
valuePrefix: "+", description: "In Wilmington & surrounding areas"},
valuePrefix: "+", description: "In Wilmington & surrounding areas"
},
{
title: "Service Types", values: [6, 7, 8],
description: "Complete lawn care solutions"},
description: "Complete lawn care solutions"
},
],
listTitle: "Featured Services", listItems: [
{ icon: Scissors, title: "Lawn Mowing", status: "Available Weekly" },
@@ -95,22 +98,28 @@ export default function LandingPage() {
features={[
{
icon: Scissors,
title: "Lawn Mowing & Maintenance", description: "Regular cutting, edging, and lawn care to keep your yard looking pristine and healthy year-round."},
title: "Lawn Mowing & Maintenance", description: "Regular cutting, edging, and lawn care to keep your yard looking pristine and healthy year-round."
},
{
icon: Trees,
title: "Landscaping & Yard Design", description: "Custom landscape designs and installations to transform your outdoor space into something beautiful."},
title: "Landscaping & Yard Design", description: "Custom landscape designs and installations to transform your outdoor space into something beautiful."
},
{
icon: Package,
title: "Mulching & Ground Cover", description: "Professional mulch installation and yard bed preparation for healthier plants and curb appeal."},
title: "Mulching & Ground Cover", description: "Professional mulch installation and yard bed preparation for healthier plants and curb appeal."
},
{
icon: Trim,
title: "Hedge & Bush Trimming", description: "Expert pruning and trimming services to maintain healthy, attractive landscaping features."},
icon: Scissors,
title: "Hedge & Bush Trimming", description: "Expert pruning and trimming services to maintain healthy, attractive landscaping features."
},
{
icon: Leaf,
title: "Leaf Cleanup & Removal", description: "Seasonal leaf cleanup and yard cleanup services to keep your property neat and well-maintained."},
title: "Leaf Cleanup & Removal", description: "Seasonal leaf cleanup and yard cleanup services to keep your property neat and well-maintained."
},
{
icon: Wrench,
title: "General Property Maintenance", description: "Comprehensive yard maintenance and seasonal services for complete outdoor property care."},
title: "General Property Maintenance", description: "Comprehensive yard maintenance and seasonal services for complete outdoor property care."
},
]}
/>
</div>
@@ -130,16 +139,20 @@ export default function LandingPage() {
bulletPoints={[
{
icon: Award,
title: "6+ Years Experience", description: "Professional expertise in residential lawn care and landscaping since 2018."},
title: "6+ Years Experience", description: "Professional expertise in residential lawn care and landscaping since 2018."
},
{
icon: CheckCircle,
title: "Quality Focused", description: "Every project completed with attention to detail and commitment to excellence."},
title: "Quality Focused", description: "Every project completed with attention to detail and commitment to excellence."
},
{
icon: Handshake,
title: "Fair & Honest Pricing", description: "Transparent pricing and competitive rates for all our landscaping services."},
title: "Fair & Honest Pricing", description: "Transparent pricing and competitive rates for all our landscaping services."
},
{
icon: Heart,
title: "Local Community", description: "Proud to serve Wilmington and surrounding Delaware areas with dedicated service."},
title: "Local Community", description: "Proud to serve Wilmington and surrounding Delaware areas with dedicated service."
},
]}
/>
</div>
@@ -153,7 +166,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Wilmington", "Brandywine", "Claymont", "Elsmere", "New Castle", "Middletown", "Bear", "Hockessin", "Greenville", "Pike Creek Valley"]}
"Wilmington", "Brandywine", "Claymont", "Elsmere", "New Castle", "Middletown", "Bear", "Hockessin", "Greenville", "Pike Creek Valley"
]}
speed={40}
showCard={true}
/>
@@ -168,17 +182,23 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah Martinez", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg", imageAlt: "Sarah Martinez"},
id: "1", name: "Sarah Martinez", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-smiley-friends-playing-petanque_23-2149530379.jpg", imageAlt: "Sarah Martinez"
},
{
id: "2", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/quality-control-inspector-worker-talking-while-going-through-list-plants-greenhouse_637285-1670.jpg", imageAlt: "James Wilson"},
id: "2", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/quality-control-inspector-worker-talking-while-going-through-list-plants-greenhouse_637285-1670.jpg", imageAlt: "James Wilson"
},
{
id: "3", name: "Amanda Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-trimming-grass-with-cutter_176532-14356.jpg", imageAlt: "Amanda Chen"},
id: "3", name: "Amanda Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-man-trimming-grass-with-cutter_176532-14356.jpg", imageAlt: "Amanda Chen"
},
{
id: "4", name: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg", imageAlt: "Michael Thompson"},
id: "4", name: "Michael Thompson", imageSrc: "http://img.b2bpic.net/free-photo/stylish-caucasian-woman-trendy-panama-waist-neon-bag-roof-bangkok-with-mobile-phone_343596-30.jpg", imageAlt: "Michael Thompson"
},
{
id: "5", name: "Jennifer Davis", imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013474.jpg", imageAlt: "Jennifer Davis"},
id: "5", name: "Jennifer Davis", imageSrc: "http://img.b2bpic.net/free-photo/gardener_23-2148013474.jpg", imageAlt: "Jennifer Davis"
},
{
id: "6", name: "Robert Jackson", imageSrc: "http://img.b2bpic.net/free-photo/grand-skyline-beach-beautiful-yellow-water_1417-522.jpg", imageAlt: "Robert Jackson"},
id: "6", name: "Robert Jackson", imageSrc: "http://img.b2bpic.net/free-photo/grand-skyline-beach-beautiful-yellow-water_1417-522.jpg", imageAlt: "Robert Jackson"
},
]}
/>
</div>