Update src/app/page.tsx
This commit is contained in:
@@ -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", imageAlt: "happy family backyard green lawn"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzzhty&_wi=1", 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", imageAlt: "professional portrait businessman outdoor"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=l02hxm&_wi=1", 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", imageAlt: "woman homeowner garden portrait smiling"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xr9zwb&_wi=1", 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.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rzzhty", imageAlt: "happy family backyard green lawn"
|
||||
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&_wi=2", imageAlt: "happy family backyard green lawn"
|
||||
},
|
||||
{
|
||||
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: "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&_wi=2", 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.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xr9zwb", imageAlt: "woman homeowner garden portrait smiling"
|
||||
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&_wi=2", imageAlt: "woman homeowner garden portrait smiling"
|
||||
},
|
||||
{
|
||||
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"
|
||||
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&_wi=1", imageAlt: "man customer testimonial garden portrait"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -185,16 +185,16 @@ 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", 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&_wi=3", 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: "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=3", 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: "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=3", 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
|
||||
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&_wi=2", icon: Heart
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user