From 49f48f645bcd06fea25e1d9bc0df7a8f5bbf476e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 21:03:24 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index fc71583..353bb35 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -31,8 +31,7 @@ export default function ServicesPage() { { name: "Contact", id: "/contact" } ]} button={{ - text: "📞 Call Now", - href: "tel:+16155689651" + text: "📞 Call Now", href: "tel:+16155689651" }} /> @@ -47,24 +46,15 @@ export default function ServicesPage() { features={[ { id: 1, - title: "Tree Removal", - description: "Safe, efficient removal of hazardous or unwanted trees. We handle trees of all sizes with precision and care.", - imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg", - imageAlt: "tree removal large tree equipment professional" + title: "Tree Removal", description: "Safe, efficient removal of hazardous or unwanted trees. We handle trees of all sizes with precision and care.", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-working-sawmill-wood-manufacture_1303-22887.jpg", imageAlt: "tree removal large tree equipment professional" }, { id: 2, - title: "Emergency Tree Services", - description: "24/7 response to storm damage and fallen trees. Rapid assessment and immediate action to secure your property.", - imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg", - imageAlt: "emergency tree storm damage fallen tree rapid response" + title: "Emergency Tree Services", description: "24/7 response to storm damage and fallen trees. Rapid assessment and immediate action to secure your property.", imageSrc: "http://img.b2bpic.net/free-photo/two-women-walking-forest-forest-nature-outdoor-recreation_169016-68233.jpg", imageAlt: "emergency tree storm damage fallen tree rapid response" }, { id: 3, - title: "Tree Trimming & Pruning", - description: "Professional trimming to improve tree health and appearance. We preserve healthy trees whenever possible.", - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", - imageAlt: "tree trimming pruning maintenance healthy tree" + title: "Tree Trimming & Pruning", description: "Professional trimming to improve tree health and appearance. We preserve healthy trees whenever possible.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageAlt: "tree trimming pruning maintenance healthy tree" } ]} /> @@ -98,8 +88,7 @@ export default function ServicesPage() {