Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-18 17:26:53 +00:00
Showing only changes of commit 15aab16fc2 - Show all commits

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboardTestimonial
title="Professional Lawn Care for Tennessee Homes"
description="Expert landscaping and lawn maintenance services that transform your outdoor space. We deliver beautiful, healthy lawns with reliable, trustworthy service every time."
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
tag="Local Service Leader"
tagIcon={Sprout}
tagAnimation="slide-up"
@@ -56,15 +56,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Michael Thompson", handle: "@m_thompson", testimonial: "Best lawn service in Tennessee. Professional, reliable, and my yard looks incredible every season.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzzhty&_wi=1", imageAlt: "happy family backyard green lawn"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzzhty", imageAlt: "happy family backyard green lawn"
},
{
name: "Sarah Johnson", handle: "@sarahjohnson_tn", testimonial: "They show up on time, do excellent work, and actually care about the quality. Highly recommend!", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l02hxm&_wi=1", imageAlt: "professional portrait businessman outdoor"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l02hxm", imageAlt: "professional portrait businessman outdoor"
},
{
name: "David Martinez", handle: "@davidmartinez", testimonial: "Professional team with attention to detail. My property has never looked better since using their service.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xr9zwb&_wi=1", imageAlt: "woman homeowner garden portrait smiling"
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xr9zwb", imageAlt: "woman homeowner garden portrait smiling"
}
]}
testimonialRotationInterval={5000}
@@ -156,16 +156,16 @@ export default function LandingPage() {
animationType="slide-up"
metrics={[
{
id: "customers", value: "2,000+", title: "Happy Customers", description: "Trusted by homeowners and businesses across Tennessee for over 15 years."
id: "customers", value: "2,000+", title: "Happy Customers", description: "Trusted by homeowners and businesses across Tennessee for over 15 years.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzzhty", imageAlt: "happy family backyard green lawn"
},
{
id: "properties", value: "50+", title: "Service Towns", description: "We maintain properties in more than 50 communities throughout Tennessee."
id: "properties", value: "50+", title: "Service Towns", description: "We maintain properties in more than 50 communities throughout Tennessee.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l02hxm", imageAlt: "professional portrait businessman outdoor"
},
{
id: "rating", value: "4.9/5", title: "Customer Rating", description: "Consistently rated as the top local lawn care service in our service area."
id: "rating", value: "4.9/5", title: "Customer Rating", description: "Consistently rated as the top local lawn care service in our service area.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xr9zwb", imageAlt: "woman homeowner garden portrait smiling"
},
{
id: "reliability", value: "98%", title: "On-Time Service", description: "Professional scheduling and reliable service delivery, rain or shine."
id: "reliability", value: "98%", title: "On-Time Service", description: "Professional scheduling and reliable service delivery, rain or shine.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7cwzmz", imageAlt: "man customer testimonial garden portrait"
}
]}
/>
@@ -185,13 +185,13 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "1", name: "Michael Thompson", role: "Homeowner", testimonial: "Best lawn service in Tennessee. Professional, reliable, and my yard looks incredible every season. They show up when they say they will and do excellent work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzzhty&_wi=2", icon: Heart
id: "1", name: "Michael Thompson", role: "Homeowner", testimonial: "Best lawn service in Tennessee. Professional, reliable, and my yard looks incredible every season. They show up when they say they will and do excellent work.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzzhty", icon: Heart
},
{
id: "2", name: "Sarah Johnson", role: "Business Owner", testimonial: "Our commercial property has never looked better. The team is professional, efficient, and truly cares about quality. Highly recommend for both residential and commercial properties.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l02hxm&_wi=2", icon: Heart
id: "2", name: "Sarah Johnson", role: "Business Owner", testimonial: "Our commercial property has never looked better. The team is professional, efficient, and truly cares about quality. Highly recommend for both residential and commercial properties.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l02hxm", icon: Heart
},
{
id: "3", name: "David Martinez", role: "Property Manager", testimonial: "Professional team with attention to detail. They handle all our landscape maintenance needs seamlessly. Great communication and reliable service every time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xr9zwb&_wi=2", icon: Heart
id: "3", name: "David Martinez", role: "Property Manager", testimonial: "Professional team with attention to detail. They handle all our landscape maintenance needs seamlessly. Great communication and reliable service every time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xr9zwb", icon: Heart
},
{
id: "4", name: "Jennifer Davis", role: "Homeowner", testimonial: "Switched from another company and couldn't be happier. Better quality, competitive pricing, and actually responsive to customer needs. Five stars!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=7cwzmz", icon: Heart
@@ -252,7 +252,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your outdoor space? Contact TN Lawn Care Pros today for a free consultation and custom quote. Our professional team is ready to help."
background={{ variant: "aurora" }}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
buttons={[
{ text: "Call Now: (615) 555-0123", href: "tel:+1-615-555-0123" },