Update src/app/services/page.tsx
This commit is contained in:
@@ -44,46 +44,22 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
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?_wi=3",
|
||||
imageAlt: "Professional lawn mowing service",
|
||||
buttonIcon: ArrowRight,
|
||||
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,
|
||||
},
|
||||
{
|
||||
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?_wi=3",
|
||||
imageAlt: "Landscape design and installation",
|
||||
buttonIcon: ArrowRight,
|
||||
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,
|
||||
},
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "Tree trimming and yard maintenance",
|
||||
buttonIcon: ArrowRight,
|
||||
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,
|
||||
},
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "Seasonal yard cleanup service",
|
||||
buttonIcon: ArrowRight,
|
||||
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,
|
||||
},
|
||||
{
|
||||
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?_wi=4",
|
||||
imageAlt: "Complete property maintenance",
|
||||
buttonIcon: ArrowRight,
|
||||
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,
|
||||
},
|
||||
{
|
||||
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?_wi=4",
|
||||
imageAlt: "Custom landscaping project",
|
||||
buttonIcon: ArrowRight,
|
||||
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,
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -103,7 +79,7 @@ export default function ServicesPage() {
|
||||
{ id: "3", value: "Expert", description: "Certified Professionals" },
|
||||
{ id: "4", value: "Premium", description: "Equipment & Materials" },
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
@@ -115,7 +91,7 @@ export default function ServicesPage() {
|
||||
tag="Schedule Now"
|
||||
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."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "fluid" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Get Free Estimate"
|
||||
|
||||
Reference in New Issue
Block a user