From 67f5950c8f8ddedfa061cf326f92e108ebac6046 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:55:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60b4b3f..53d5486 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {