From 6e702e2fe2d862cb13aeec2307712bb5d735d944 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:30:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5531c17..122190d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,13 +83,16 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "residential", title: "Residential Lawn Care", author: "Enhancing Atlanta Homes", description: "From routine maintenance to seasonal care, we keep your lawn looking pristine. Regular mowing, edging, mulching, and landscape design to elevate your property's curb appeal.", tags: ["Lawn Maintenance", "Seasonal Care"] + id: "residential", title: "Residential Lawn Care", author: "Enhancing Atlanta Homes", description: "From routine maintenance to seasonal care, we keep your lawn looking pristine. Regular mowing, edging, mulching, and landscape design to elevate your property's curb appeal.", tags: ["Lawn Maintenance", "Seasonal Care"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiv1pyVOTjGFw5cakLBoa00Y90/uploaded-1773091012214-721humj6.png", imageAlt: "Residential lawn care" }, { - id: "commercial", title: "Commercial Lawn Care", author: "Professional Lawn Management", description: "Dedicated commercial landscaping services for Atlanta businesses. Reliable scheduled maintenance, landscape design, and grounds management that keeps your property looking premium.", tags: ["Commercial Service", "Scheduled Maintenance"] + id: "commercial", title: "Commercial Lawn Care", author: "Professional Lawn Management", description: "Dedicated commercial landscaping services for Atlanta businesses. Reliable scheduled maintenance, landscape design, and grounds management that keeps your property looking premium.", tags: ["Commercial Service", "Scheduled Maintenance"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiv1pyVOTjGFw5cakLBoa00Y90/uploaded-1773091012214-721humj6.png", imageAlt: "Commercial lawn care" }, { - id: "pressure-washing", title: "Pressure Washing", author: "Driveways, Decks & Sidewalks", description: "Professional pressure washing that brings new life to driveways, building, decks, patios, and sidewalks. Sparkling clean results across Atlanta using eco-friendly techniques.", tags: ["Pressure Washing", "Eco-Friendly"] + id: "pressure-washing", title: "Pressure Washing", author: "Driveways, Decks & Sidewalks", description: "Professional pressure washing that brings new life to driveways, building, decks, patios, and sidewalks. Sparkling clean results across Atlanta using eco-friendly techniques.", tags: ["Pressure Washing", "Eco-Friendly"], + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aiv1pyVOTjGFw5cakLBoa00Y90/uploaded-1773091012214-721humj6.png", imageAlt: "Pressure washing service" } ]} animationType="slide-up"