From 1c7ca3482cd52ce99aed2b3a85465e5fd918c950 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 23:29:34 +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 fe349d5..11582b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,10 +79,10 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "removal", title: "Tree Removal", description: "Safe, efficient removal of trees of any size with complete cleanup and debris removal.", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-cutting-bushes-with-big-scissors_651396-1549.jpg", imageAlt: "tree trimming pruning professional" + id: "removal", title: "Tree Removal", description: "Safe, efficient removal of trees of any size with complete cleanup and debris removal.", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-cutting-bushes-with-big-scissors_651396-1549.jpg?_wi=1", imageAlt: "tree trimming pruning professional" }, { - id: "trimming", title: "Tree Trimming & Pruning", description: "Expert pruning to promote health, aesthetics, and safety. Removes dead wood and improves canopy structure.", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-cutting-bushes-with-big-scissors_651396-1549.jpg", imageAlt: "tree trimming pruning professional" + id: "trimming", title: "Tree Trimming & Pruning", description: "Expert pruning to promote health, aesthetics, and safety. Removes dead wood and improves canopy structure.", imageSrc: "http://img.b2bpic.net/free-photo/male-hands-cutting-bushes-with-big-scissors_651396-1549.jpg?_wi=2", imageAlt: "tree trimming pruning professional" }, { id: "stump", title: "Stump Grinding", description: "Complete stump removal below ground level, leaving your yard ready for landscaping or replanting.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-chainsaw-cuts-tree_169016-1835.jpg", imageAlt: "stump grinding removal machinery" @@ -91,7 +91,7 @@ export default function LandingPage() { id: "health", title: "Tree Health & Disease Treatment", description: "Diagnosis and treatment of diseases, pest infestations, and health issues to save valuable trees.", imageSrc: "http://img.b2bpic.net/free-photo/son-father-playing-outdoors-nature-together_23-2148801743.jpg", imageAlt: "tree disease treatment arborist" }, { - id: "emergency", title: "Emergency Storm Response", description: "24/7 response to storm damage, fallen trees, and hazardous situations. We're here when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2285.jpg", imageAlt: "emergency tree removal storm damage" + id: "emergency", title: "Emergency Storm Response", description: "24/7 response to storm damage, fallen trees, and hazardous situations. We're here when you need us most.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2285.jpg?_wi=1", imageAlt: "emergency tree removal storm damage" } ]} gridVariant="three-columns-all-equal-width" @@ -214,13 +214,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "storm", title: "Storm Damage Assessment", description: "Rapid evaluation of storm-damaged trees to ensure property and family safety. Immediate temporary solutions if needed.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2285.jpg", imageAlt: "emergency tree removal storm damage" + id: "storm", title: "Storm Damage Assessment", description: "Rapid evaluation of storm-damaged trees to ensure property and family safety. Immediate temporary solutions if needed.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2285.jpg?_wi=2", imageAlt: "emergency tree removal storm damage" }, { - id: "hazard", title: "Hazardous Tree Removal", description: "Expert removal of trees that pose immediate risks due to disease, damage, or proximity to structures.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2285.jpg", imageAlt: "emergency tree removal storm damage" + id: "hazard", title: "Hazardous Tree Removal", description: "Expert removal of trees that pose immediate risks due to disease, damage, or proximity to structures.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2285.jpg?_wi=3", imageAlt: "emergency tree removal storm damage" }, { - id: "cleanup", title: "Debris Cleanup & Disposal", description: "Complete removal and hauling of fallen branches and debris, restoring your property to safe condition quickly.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2285.jpg", imageAlt: "emergency tree removal storm damage" + id: "cleanup", title: "Debris Cleanup & Disposal", description: "Complete removal and hauling of fallen branches and debris, restoring your property to safe condition quickly.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-view-gardening-worker-wearing-protective-gloves-while-trimming-plants_344912-2285.jpg?_wi=4", imageAlt: "emergency tree removal storm damage" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1