From a984787a115f794e81aa2275b1c372602325e5b6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 23:29:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d708cbf..fe349d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,6 +53,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:555-0123" } ]} buttonAnimation="slide-up" + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/reforestation-done-by-voluntary-group_23-2149500830.jpg", imageAlt: "professional tree removal service" @@ -78,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?_wi=1", 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", 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: "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: "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" @@ -90,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?_wi=1", 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", imageAlt: "emergency tree removal storm damage" } ]} gridVariant="three-columns-all-equal-width" @@ -213,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?_wi=2", 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", 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: "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: "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" + 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" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1