Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-13 15:55:24 +00:00

View File

@@ -95,15 +95,15 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Expert Weed Control", description: "Advanced weed treatment tailored to your lawn's needs. We eliminate weeds while protecting your grass and landscaping.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqve2i", imageAlt: "Professional weed control spray application"
title: "Expert Weed Control", description: "Advanced weed treatment tailored to your lawn's needs. We eliminate weeds while protecting your grass and landscaping.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqve2i&_wi=1", imageAlt: "Professional weed control spray application"
},
{
id: 2,
title: "Professional Fertilization", description: "Seasonal fertilizer programs designed to strengthen your lawn and promote healthy, vibrant green growth year-round.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5quxyz", imageAlt: "Lawn fertilizer application for nutrient-rich grass"
title: "Professional Fertilization", description: "Seasonal fertilizer programs designed to strengthen your lawn and promote healthy, vibrant green growth year-round.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5quxyz&_wi=1", imageAlt: "Lawn fertilizer application for nutrient-rich grass"
},
{
id: 3,
title: "Lawn Aeration", description: "Core aeration improves soil health by enhancing water and nutrient penetration, resulting in stronger, deeper grass roots.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52n82g", imageAlt: "Professional lawn aeration equipment and process"
title: "Lawn Aeration", description: "Core aeration improves soil health by enhancing water and nutrient penetration, resulting in stronger, deeper grass roots.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52n82g&_wi=1", imageAlt: "Professional lawn aeration equipment and process"
}
]}
animationType="slide-up"
@@ -125,13 +125,13 @@ export default function LandingPage() {
<ProductCardThree
products={[
{
id: "spring-cleanup", name: "Spring Cleanup & Fertilization", price: "Starting at $149", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5quxyz", imageAlt: "Spring lawn care and fertilization service"
id: "spring-cleanup", name: "Spring Cleanup & Fertilization", price: "Starting at $149", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=5quxyz&_wi=2", imageAlt: "Spring lawn care and fertilization service"
},
{
id: "weed-control-plan", name: "Comprehensive Weed Control Plan", price: "Starting at $99/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqve2i", imageAlt: "Professional weed control treatment"
id: "weed-control-plan", name: "Comprehensive Weed Control Plan", price: "Starting at $99/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=nqve2i&_wi=2", imageAlt: "Professional weed control treatment"
},
{
id: "aeration-seeding", name: "Aeration & Overseeding", price: "Starting at $199", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52n82g", imageAlt: "Lawn aeration and grass seeding"
id: "aeration-seeding", name: "Aeration & Overseeding", price: "Starting at $199", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=52n82g&_wi=2", imageAlt: "Lawn aeration and grass seeding"
}
]}
gridVariant="three-columns-all-equal-width"