From c0bb323a6d159dffaeb22ceb22e2f8f5d8221e8d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:14:39 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 56 ++++++++------------------------------- 1 file changed, 11 insertions(+), 45 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 3f5ea3b..da42425 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -20,8 +20,7 @@ export default function ServicesPage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Lawn Care", href: "/services" }, { label: "Stone Landscaping", href: "/services" }, { label: "Flower Beds", href: "/services" }, @@ -29,8 +28,7 @@ export default function ServicesPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Reviews", href: "/reviews" }, { label: "Contact", href: "/contact" }, @@ -38,17 +36,15 @@ export default function ServicesPage() { ], }, { - title: "Contact", - items: [ + title: "Contact", items: [ { label: "Call (832) 970-7965", href: "tel:(832)970-7965" }, { label: "Email Us", href: "mailto:info@bestlandscapingservices.com" }, { label: "Rosharon, TX", href: "#" }, - { label: "Open - Closes 5 PM", href: "#" }, + { label: "Tuesday-Saturday 8 AM–5 PM, Sunday 24hrs, Monday 8 AM–5 PM", href: "#" }, ], }, { - title: "Follow Us", - items: [ + title: "Follow Us", items: [ { label: "Facebook", href: "https://facebook.com" }, { label: "Google Reviews", href: "https://google.com" }, { label: "Instagram", href: "https://instagram.com" }, @@ -81,47 +77,17 @@ export default function ServicesPage() { textboxLayout="default" features={[ { - id: "01", - title: "Lawn Care & Maintenance", - description: "Professional lawn care with precision mowing, fertilizing, and seasonal treatments to keep your grass healthy and vibrant year-round", - imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=2", - imageAlt: "lawn mowing grass maintenance professional", - }, + id: "01", title: "Lawn Care & Maintenance", description: "Professional lawn care with precision mowing, fertilizing, and seasonal treatments to keep your grass healthy and vibrant year-round", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=2", imageAlt: "lawn mowing grass maintenance professional"}, { - id: "02", - title: "Stone Landscaping & Pavers", - description: "Expert stone work including decorative pavers, hardscaping, and landscape design for stunning outdoor spaces", - imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=2", - imageAlt: "stone paver landscaping hardscape design", - }, + id: "02", title: "Stone Landscaping & Pavers", description: "Expert stone work including decorative pavers, hardscaping, and landscape design for stunning outdoor spaces", imageSrc: "http://img.b2bpic.net/free-photo/path-way_74190-2125.jpg?_wi=2", imageAlt: "stone paver landscaping hardscape design"}, { - id: "03", - title: "Flower Beds & Tree Rings", - description: "Beautiful flower bed installation with stone borders around trees, creating focal points throughout your property", - imageSrc: "http://img.b2bpic.net/free-photo/pink-flowers_1372-139.jpg?_wi=2", - imageAlt: "flower bed garden planting landscape", - }, + id: "03", title: "Flower Beds & Tree Rings", description: "Beautiful flower bed installation with stone borders around trees, creating focal points throughout your property", imageSrc: "http://img.b2bpic.net/free-photo/pink-flowers_1372-139.jpg?_wi=2", imageAlt: "flower bed garden planting landscape"}, { - id: "04", - title: "Patio Concrete Extensions", - description: "Durable concrete patio extensions to expand your outdoor living space and enhance property value", - imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-tractor-wheel_23-2147671878.jpg?_wi=2", - imageAlt: "patio concrete outdoor extension terrace", - }, + id: "04", title: "Patio Concrete Extensions", description: "Durable concrete patio extensions to expand your outdoor living space and enhance property value", imageSrc: "http://img.b2bpic.net/free-photo/woman-training-with-tractor-wheel_23-2147671878.jpg?_wi=2", imageAlt: "patio concrete outdoor extension terrace"}, { - id: "05", - title: "Gardening Services", - description: "Professional gardening with planting, weeding, and seasonal care to maintain beautiful gardens", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-florist-apron-pink-gloves-holding-hands-beautiful-flower-pot-happily-looking-camera-greenhouse_574295-851.jpg?_wi=2", - imageAlt: "gardening planting flowers garden professional", - }, + id: "05", title: "Gardening Services", description: "Professional gardening with planting, weeding, and seasonal care to maintain beautiful gardens", imageSrc: "http://img.b2bpic.net/free-photo/pretty-florist-apron-pink-gloves-holding-hands-beautiful-flower-pot-happily-looking-camera-greenhouse_574295-851.jpg?_wi=2", imageAlt: "gardening planting flowers garden professional"}, { - id: "06", - title: "Seasonal Cleanups", - description: "Spring and fall cleanups keeping your yard pristine year-round, removing debris and preparing for seasonal changes", - imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=2", - imageAlt: "cleanup yard seasonal fall spring", - }, + id: "06", title: "Seasonal Cleanups", description: "Spring and fall cleanups keeping your yard pristine year-round, removing debris and preparing for seasonal changes", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=2", imageAlt: "cleanup yard seasonal fall spring"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"