From d792c4663cfb739e802c069edb8cc02030630223 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 07:26:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 70dda9f..7a0a447 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&_wi=1", 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/users/user_3AtfDIMAHfqOJO7abrLGvuiLV6c/uploaded-1773473146141-kx78kv36.jpg", 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&_wi=1", 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/users/user_3AtfDIMAHfqOJO7abrLGvuiLV6c/uploaded-1773473155722-xjwh34qu.jpg", 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&_wi=1", 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/users/user_3AtfDIMAHfqOJO7abrLGvuiLV6c/uploaded-1773473165781-45m7bn0s.avif", imageAlt: "Professional lawn aeration equipment and process" } ]} animationType="slide-up" @@ -174,7 +174,7 @@ export default function LandingPage() { rating={5} author="Damara King - Local Guide" avatars={[ - { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xlbih2", alt: "Damara King" } + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtfDIMAHfqOJO7abrLGvuiLV6c/uploaded-1773473123498-vhku85e3.jpg", alt: "Damara King" } ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" -- 2.49.1