From 5152c16f8b2adde6bd17cd220bbd3a3890b24e38 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 22:22:33 +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 07efb51..059031e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/golf-course-otocec-slovenia-sunny-summer-day_181624-14320.jpg", imageAlt: "Beautiful manicured Miami lawn" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg", imageAlt: "Professional landscaping project" + imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg?_wi=1", imageAlt: "Professional landscaping project" } ]} mediaAnimation="opacity" @@ -81,15 +81,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Lawn Maintenance", description: "Regular mowing, edging, weed control, and seasonal maintenance plans tailored to your yard.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261144.jpg", imageAlt: "Professional lawn mowing service" + title: "Lawn Maintenance", description: "Regular mowing, edging, weed control, and seasonal maintenance plans tailored to your yard.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261144.jpg?_wi=1", imageAlt: "Professional lawn mowing service" }, { id: 2, - title: "Landscaping Design", description: "Custom yard design, mulch installation, plant selection, and complete landscape installation.", imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg", imageAlt: "Professional landscaping design" + title: "Landscaping Design", description: "Custom yard design, mulch installation, plant selection, and complete landscape installation.", imageSrc: "http://img.b2bpic.net/free-photo/cliffside-modern-home-with-infinity-pool_23-2152008225.jpg?_wi=2", imageAlt: "Professional landscaping design" }, { id: 3, - title: "Tree Services", description: "Expert tree trimming, removal, pruning, and palm maintenance by certified arborists.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg", imageAlt: "Professional tree trimming service" + title: "Tree Services", description: "Expert tree trimming, removal, pruning, and palm maintenance by certified arborists.", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg?_wi=1", imageAlt: "Professional tree trimming service" }, { id: 4, @@ -122,10 +122,10 @@ export default function LandingPage() { id: "project-2", name: "Complete Landscape Design", price: "Completed", variant: "Full Landscaping", imageSrc: "http://img.b2bpic.net/free-photo/women-working-greenhouse-with-flowerpots_1157-30867.jpg", imageAlt: "Landscape design before and after" }, { - id: "project-3", name: "Tree Trimming & Yard Cleanup", price: "Completed", variant: "Tree Services", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg", imageAlt: "Professional tree trimming project" + id: "project-3", name: "Tree Trimming & Yard Cleanup", price: "Completed", variant: "Tree Services", imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500838.jpg?_wi=2", imageAlt: "Professional tree trimming project" }, { - id: "project-4", name: "Spring Property Maintenance", price: "Completed", variant: "Seasonal Care", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261144.jpg", imageAlt: "Seasonal lawn maintenance" + id: "project-4", name: "Spring Property Maintenance", price: "Completed", variant: "Seasonal Care", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-scene-from-community-showing-care-support-from-people_23-2151261144.jpg?_wi=2", imageAlt: "Seasonal lawn maintenance" } ]} />