Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-05 20:35:44 +00:00

View File

@@ -67,6 +67,7 @@ export default function LandingPage() {
<HeroSplitTestimonial
title="A Greener, Healthier Lawn Starts Here"
description="Professional weed control and lawn treatment services in Nashville. Our expert technicians will transform your lawn into a lush, green oasis."
background={{ variant: "plain" }}
tag="Professional Lawn Care"
tagIcon={Leaf}
tagAnimation="slide-up"
@@ -78,13 +79,16 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "Homeowner, Nashville", testimonial: "Weed Man transformed my lawn in just a few weeks. The team was professional and courteous throughout.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "Sarah Mitchell"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", imageAlt: "Sarah Mitchell"
},
{
name: "James Rodriguez", handle: "Property Manager", testimonial: "Outstanding service! Our properties look better than ever. Highly recommend to all property managers.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "James Rodriguez"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "James Rodriguez"
},
{
name: "Michelle Thompson", handle: "Real Estate Professional", testimonial: "The noticeable lawn improvements make our listings stand out. Reliable and efficient service every time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg", imageAlt: "Michelle Thompson"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg", imageAlt: "Michelle Thompson"
},
]}
testimonialRotationInterval={5000}
imageSrc="http://img.b2bpic.net/free-photo/green-grass-background_1372-416.jpg"
@@ -118,7 +122,7 @@ export default function LandingPage() {
],
},
{
title: "Aeration Process", description: "Improve soil health and drainage with professional aeration services.", bentoComponent: "3d-task-list", title: "Aeration Process", items: [
title: "Aeration Process", description: "Improve soil health and drainage with professional aeration services.", bentoComponent: "3d-task-list", items: [
{ icon: Droplet, label: "Improve Drainage", time: "Immediate" },
{ icon: ActivitySquare, label: "Better Root Growth", time: "2-4 weeks" },
{ icon: Wind, label: "Soil Oxygenation", time: "Ongoing" },
@@ -128,13 +132,16 @@ export default function LandingPage() {
title: "Disease Control", description: "Advanced treatments to prevent and eliminate lawn diseases before they spread.", bentoComponent: "3d-stack-cards", items: [
{
icon: AlertCircle,
title: "Early Detection", subtitle: "Identify issues quickly", detail: "Professional assessment on every visit"},
title: "Early Detection", subtitle: "Identify issues quickly", detail: "Professional assessment on every visit"
},
{
icon: Target,
title: "Targeted Treatment", subtitle: "Disease-specific solutions", detail: "Custom formulations for your lawn"},
title: "Targeted Treatment", subtitle: "Disease-specific solutions", detail: "Custom formulations for your lawn"
},
{
icon: Heart,
title: "Prevention Focus", subtitle: "Keep lawns healthy", detail: "Preventative care program available"},
title: "Prevention Focus", subtitle: "Keep lawns healthy", detail: "Preventative care program available"
},
],
},
{
@@ -167,11 +174,14 @@ export default function LandingPage() {
tagAnimation="opacity"
products={[
{
id: "1", name: "Lawn Transformation 1", price: "2-Week Result", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=1", imageAlt: "Before and after lawn treatment showing dramatic improvement"},
id: "1", name: "Lawn Transformation 1", price: "2-Week Result", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg", imageAlt: "Before and after lawn treatment showing dramatic improvement"
},
{
id: "2", name: "Weed Control Success", price: "4-Week Result", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg?_wi=1", imageAlt: "Lawn restored to health with minimal weeds"},
id: "2", name: "Weed Control Success", price: "4-Week Result", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg", imageAlt: "Lawn restored to health with minimal weeds"
},
{
id: "3", name: "Complete Lawn Restoration", price: "6-Week Result", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=2", imageAlt: "Fully transformed lush green healthy lawn"},
id: "3", name: "Complete Lawn Restoration", price: "6-Week Result", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg", imageAlt: "Fully transformed lush green healthy lawn"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="scale-rotate"
@@ -193,7 +203,7 @@ export default function LandingPage() {
{ id: "3", value: "15+", description: "Years in Business" },
{ id: "4", value: "98%", description: "Customer Satisfaction" },
]}
gridVariant="four-items-2x2-equal-grid"
gridVariant="uniform-all-items-equal"
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={true}
@@ -211,9 +221,10 @@ export default function LandingPage() {
{ value: "Nashville", title: "Serving Our Community with Pride" },
{ value: "15+", title: "Years of Professional Service" },
]}
imageSrc="http://img.b2bpic.net/free-photo/african-gardener-guy-gardener-with-watering-can-flower-beds_1157-47076.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/african-gardener-guy-gardener-with-watering-can-flower-beds_1157-47076.jpg"
imageAlt="Professional lawn care technician applying treatment"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -227,17 +238,23 @@ export default function LandingPage() {
tagAnimation="opacity"
testimonials={[
{
id: "1", name: "Sarah Johnson, Homeowner", date: "Date: 15 November 2024", title: "Courteous Team, Amazing Results", quote: "The Weed Man team was incredibly courteous and professional. Within just a few weeks, the difference in my lawn was noticeable. I couldn't be happier with the service!", tag: "Weed Control", avatarSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=3"},
id: "1", name: "Sarah Johnson, Homeowner", date: "Date: 15 November 2024", title: "Courteous Team, Amazing Results", quote: "The Weed Man team was incredibly courteous and professional. Within just a few weeks, the difference in my lawn was noticeable. I couldn't be happier with the service!", tag: "Weed Control", avatarSrc: "http://img.b2bpic.net/free-photo/happy-satisfied-customer-making-ok-gesture_74855-2298.jpg", avatarAlt: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg"
},
{
id: "2", name: "Michael Chen, Property Manager", date: "Date: 20 October 2024", title: "Reliable Service Every Single Time", quote: "Managing multiple properties means I need reliable service. Weed Man delivers consistently. The lawns look fantastic, and my tenants have noticed the improvement.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg?_wi=2"},
id: "2", name: "Michael Chen, Property Manager", date: "Date: 20 October 2024", title: "Reliable Service Every Single Time", quote: "Managing multiple properties means I need reliable service. Weed Man delivers consistently. The lawns look fantastic, and my tenants have noticed the improvement.", tag: "Maintenance", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", avatarAlt: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-grass-with-leaves_1137-209.jpg"
},
{
id: "3", name: "Emily Rodriguez, Real Estate Agent", date: "Date: 08 September 2024", title: "Perfect for Listing Preparation", quote: "I recommend Weed Man to all my clients preparing homes for sale. The lawn transformations are dramatic and definitely attract more buyers. Great investment!", tag: "Curb Appeal", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=4"},
id: "3", name: "Emily Rodriguez, Real Estate Agent", date: "Date: 08 September 2024", title: "Perfect for Listing Preparation", quote: "I recommend Weed Man to all my clients preparing homes for sale. The lawn transformations are dramatic and definitely attract more buyers. Great investment!", tag: "Curb Appeal", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg", avatarAlt: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg"
},
{
id: "4", name: "David Kim, Nashville Resident", date: "Date: 25 August 2024", title: "No More Ugly Weeds", quote: "My lawn was covered in weeds. After Weed Man's treatment, it's transformed into something I'm actually proud of. The team was knowledgeable and helpful.", tag: "Weed Control", avatarSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/african-gardener-guy-gardener-with-watering-can-flower-beds_1157-47076.jpg?_wi=2"},
id: "4", name: "David Kim, Nashville Resident", date: "Date: 25 August 2024", title: "No More Ugly Weeds", quote: "My lawn was covered in weeds. After Weed Man's treatment, it's transformed into something I'm actually proud of. The team was knowledgeable and helpful.", tag: "Weed Control", avatarSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", avatarAlt: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/african-gardener-guy-gardener-with-watering-can-flower-beds_1157-47076.jpg"
},
{
id: "5", name: "Jessica Williams, Homeowner", date: "Date: 12 July 2024", title: "Best Decision for My Lawn", quote: "I spent years trying DIY solutions. Switching to Weed Man was the best decision. Their expertise shows in every treatment and follow-up.", tag: "Lawn Care", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Jessica Williams", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=5"},
id: "5", name: "Jessica Williams, Homeowner", date: "Date: 12 July 2024", title: "Best Decision for My Lawn", quote: "I spent years trying DIY solutions. Switching to Weed Man was the best decision. Their expertise shows in every treatment and follow-up.", tag: "Lawn Care", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", avatarAlt: "Jessica Williams", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg"
},
{
id: "6", name: "Robert Thompson, Property Owner", date: "Date: 30 May 2024", title: "Professional, Efficient, Effective", quote: "From the first consultation to ongoing treatments, Weed Man is professional throughout. My lawn has never looked better. Highly recommended!", tag: "Full Service", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg", avatarAlt: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=6"},
id: "6", name: "Robert Thompson, Property Owner", date: "Date: 30 May 2024", title: "Professional, Efficient, Effective", quote: "From the first consultation to ongoing treatments, Weed Man is professional throughout. My lawn has never looked better. Highly recommended!", tag: "Full Service", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-attractive-dark-haired-latin-man-posing-kitchen_74855-7991.jpg", avatarAlt: "Robert Thompson", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg"
},
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -252,17 +269,23 @@ export default function LandingPage() {
ctaIcon={Phone}
faqs={[
{
id: "1", title: "How quickly will I see results?", content: "Most customers notice visible improvement within 2-4 weeks of starting treatment. Dramatic transformations typically occur within 6-8 weeks depending on your lawn's initial condition."},
id: "1", title: "How quickly will I see results?", content: "Most customers notice visible improvement within 2-4 weeks of starting treatment. Dramatic transformations typically occur within 6-8 weeks depending on your lawn's initial condition."
},
{
id: "2", title: "What makes Weed Man different?", content: "We combine professional-grade treatments with personalized service. Our technicians are trained to understand Nashville's specific climate and soil challenges, ensuring optimal results for your lawn."},
id: "2", title: "What makes Weed Man different?", content: "We combine professional-grade treatments with personalized service. Our technicians are trained to understand Nashville's specific climate and soil challenges, ensuring optimal results for your lawn."
},
{
id: "3", title: "Are your treatments safe for my family?", content: "Yes. We use professional-grade, environmentally responsible formulations. Our technicians follow all safety guidelines. We recommend keeping pets away during treatment day and provide specific instructions."},
id: "3", title: "Are your treatments safe for my family?", content: "Yes. We use professional-grade, environmentally responsible formulations. Our technicians follow all safety guidelines. We recommend keeping pets away during treatment day and provide specific instructions."
},
{
id: "4", title: "Do you offer seasonal programs?", content: "Absolutely. We design custom programs based on Nashville's seasons - spring activation, summer maintenance, fall preparation, and winter protection for year-round lawn health."},
id: "4", title: "Do you offer seasonal programs?", content: "Absolutely. We design custom programs based on Nashville's seasons - spring activation, summer maintenance, fall preparation, and winter protection for year-round lawn health."
},
{
id: "5", title: "What if I'm not satisfied with the results?", content: "We stand behind our work. If you're not satisfied with your results within our guarantee period, we'll re-treat your lawn at no charge. Your satisfaction is our priority."},
id: "5", title: "What if I'm not satisfied with the results?", content: "We stand behind our work. If you're not satisfied with your results within our guarantee period, we'll re-treat your lawn at no charge. Your satisfaction is our priority."
},
{
id: "6", title: "How often do I need treatments?", content: "Treatment frequency depends on your specific situation. Most customers benefit from 4-6 treatments per year for optimal results. We'll create a customized schedule during your free consultation."},
id: "6", title: "How often do I need treatments?", content: "Treatment frequency depends on your specific situation. Most customers benefit from 4-6 treatments per year for optimal results. We'll create a customized schedule during your free consultation."
},
]}
useInvertedBackground={false}
animationType="slide-up"
@@ -280,17 +303,22 @@ export default function LandingPage() {
tagAnimation="opacity"
faqs={[
{
id: "1", title: "When is the best time to start lawn treatment?", content: "Spring and fall are ideal for most lawn treatments. However, year-round programs provide consistent results. The best time to start is as soon as you notice issues. Contact us for a free spring assessment."},
id: "1", title: "When is the best time to start lawn treatment?", content: "Spring and fall are ideal for most lawn treatments. However, year-round programs provide consistent results. The best time to start is as soon as you notice issues. Contact us for a free spring assessment."
},
{
id: "2", title: "Will weed control harm beneficial insects?", content: "Our treatments target weeds while minimizing impact on beneficial insects and pollinators. We use targeted, professional-grade solutions that are much more effective than generic products."},
id: "2", title: "Will weed control harm beneficial insects?", content: "Our treatments target weeds while minimizing impact on beneficial insects and pollinators. We use targeted, professional-grade solutions that are much more effective than generic products."
},
{
id: "3", title: "Can I use Weed Man services alongside lawn mowing?", content: "Absolutely. In fact, we recommend pausing mowing for 2-3 days after treatment for best results. Continue your regular maintenance schedule - our treatments work in harmony with standard lawn care."},
id: "3", title: "Can I use Weed Man services alongside lawn mowing?", content: "Absolutely. In fact, we recommend pausing mowing for 2-3 days after treatment for best results. Continue your regular maintenance schedule - our treatments work in harmony with standard lawn care."
},
{
id: "4", title: "Do you service property managers and HOAs?", content: "Yes! We have extensive experience managing commercial properties, multiple residential units, and HOA communities. We offer flexible scheduling and volume pricing."},
id: "4", title: "Do you service property managers and HOAs?", content: "Yes! We have extensive experience managing commercial properties, multiple residential units, and HOA communities. We offer flexible scheduling and volume pricing."
},
{
id: "5", title: "What causes brown spots in my lawn?", content: "Brown spots can result from disease, nutrient deficiency, compacted soil, or pest damage. During your free consultation, our experts will diagnose the cause and recommend specific treatments."},
id: "5", title: "What causes brown spots in my lawn?", content: "Brown spots can result from disease, nutrient deficiency, compacted soil, or pest damage. During your free consultation, our experts will diagnose the cause and recommend specific treatments."
},
]}
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg?_wi=7"
imageSrc="http://img.b2bpic.net/free-photo/crop-woman-digging-grass-up_23-2147714901.jpg"
imageAlt="Professional applying lawn treatment to healthy green grass"
mediaAnimation="slide-up"
mediaPosition="left"