Update src/app/services/page.tsx

This commit is contained in:
2026-03-03 07:45:34 +00:00
parent e9e2158eef
commit 17cb12eef2

View File

@@ -44,46 +44,22 @@ export default function ServicesPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ features={[
{ {
title: "Lawn Maintenance Programs", title: "Lawn Maintenance Programs", description: "Weekly mowing, edging, trimming, and professional lawn care to keep your grass pristine and healthy.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Professional lawn mowing service", buttonIcon: ArrowRight,
description: "Weekly mowing, edging, trimming, and professional lawn care to keep your grass pristine and healthy.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=3",
imageAlt: "Professional lawn mowing service",
buttonIcon: ArrowRight,
}, },
{ {
title: "Custom Landscape Design & Installation", title: "Custom Landscape Design & Installation", description: "Stunning custom landscape installations, garden beds, mulch applications, sod installation, and complete outdoor design transformations.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "Landscape design and installation", buttonIcon: ArrowRight,
description: "Stunning custom landscape installations, garden beds, mulch applications, sod installation, and complete outdoor design transformations.",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=3",
imageAlt: "Landscape design and installation",
buttonIcon: ArrowRight,
}, },
{ {
title: "Professional Tree & Yard Services", title: "Professional Tree & Yard Services", description: "Expert tree trimming, pruning, yard cleanup, complete property maintenance, and comprehensive debris removal.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg", imageAlt: "Tree trimming and yard maintenance", buttonIcon: ArrowRight,
description: "Expert tree trimming, pruning, yard cleanup, complete property maintenance, and comprehensive debris removal.",
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-working-field_329181-12481.jpg?_wi=2",
imageAlt: "Tree trimming and yard maintenance",
buttonIcon: ArrowRight,
}, },
{ {
title: "Seasonal Cleanup & Storm Recovery", title: "Seasonal Cleanup & Storm Recovery", description: "Storm cleanup, professional leaf removal, seasonal debris clearing, and complete spring/fall property preparation.", imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg", imageAlt: "Seasonal yard cleanup service", buttonIcon: ArrowRight,
description: "Storm cleanup, professional leaf removal, seasonal debris clearing, and complete spring/fall property preparation.",
imageSrc: "http://img.b2bpic.net/free-photo/kids-learnign-about-environment_23-2149176599.jpg?_wi=2",
imageAlt: "Seasonal yard cleanup service",
buttonIcon: ArrowRight,
}, },
{ {
title: "Comprehensive Property Maintenance", title: "Comprehensive Property Maintenance", description: "Year-round comprehensive yard care including weed control, precise edging, and detailed general property upkeep.", imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg", imageAlt: "Complete property maintenance", buttonIcon: ArrowRight,
description: "Year-round comprehensive yard care including weed control, precise edging, and detailed general property upkeep.",
imageSrc: "http://img.b2bpic.net/free-photo/unrecognizable-male-gardener-pushing-modern-lawn-mower-while-walking-grass-view-handyman_7502-10570.jpg?_wi=4",
imageAlt: "Complete property maintenance",
buttonIcon: ArrowRight,
}, },
{ {
title: "Custom Landscaping Projects", title: "Custom Landscaping Projects", description: "Specialized landscaping projects, professional hardscaping, and unique custom outdoor improvements tailored to your vision.", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg", imageAlt: "Custom landscaping project", buttonIcon: ArrowRight,
description: "Specialized landscaping projects, professional hardscaping, and unique custom outdoor improvements tailored to your vision.",
imageSrc: "http://img.b2bpic.net/free-photo/long-shot-young-woman-taking-care-plants_23-2148509881.jpg?_wi=4",
imageAlt: "Custom landscaping project",
buttonIcon: ArrowRight,
}, },
]} ]}
textboxLayout="default" textboxLayout="default"
@@ -103,7 +79,7 @@ export default function ServicesPage() {
{ id: "3", value: "Expert", description: "Certified Professionals" }, { id: "3", value: "Expert", description: "Certified Professionals" },
{ id: "4", value: "Premium", description: "Equipment & Materials" }, { id: "4", value: "Premium", description: "Equipment & Materials" },
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
@@ -115,7 +91,7 @@ export default function ServicesPage() {
tag="Schedule Now" tag="Schedule Now"
title="Transform Your Outdoor Space" title="Transform Your Outdoor Space"
description="Contact ISLES today for a free, no-obligation estimate. Our team will create a customized lawn care and landscaping plan perfect for your property." description="Contact ISLES today for a free, no-obligation estimate. Our team will create a customized lawn care and landscaping plan perfect for your property."
background={{ variant: "glowing-orb" }} background={{ variant: "fluid" }}
useInvertedBackground={false} useInvertedBackground={false}
inputPlaceholder="Enter your email" inputPlaceholder="Enter your email"
buttonText="Get Free Estimate" buttonText="Get Free Estimate"