Update src/app/services/page.tsx

This commit is contained in:
2026-05-30 04:35:06 +00:00
parent cc051d7601
commit 1b5bca474b

View File

@@ -3,9 +3,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { LeafyGreen, Sprout, Tractor, SprayCan } from "lucide-react";
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
export default function ServicesPage() {
return (
@@ -50,24 +49,28 @@ export default function ServicesPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Our Comprehensive Lawn Care Services"
description="Lombard Landscaping by Morris LDC offers a full range of professional lawn care and landscaping solutions to keep your property beautiful and healthy all year round."
features={[
{
title: "Mowing & Edging", description: "Our professional mowing and precise edging services keep your lawn looking neat and well-maintained. We customize our approach to your lawn's specific needs for optimal health and appearance.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-mowing-lush-lawn_74855-12936.jpg", imageAlt: "Lawn mowing service", buttons: [{ text: "Learn More", href: "/#contact" }]
title: "Expert Lawn Mowing & Edging", description: "Precise lawn mowing, detailed edging, and thorough blowing to give your lawn a pristine, manicured look every time.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-mowing-lawn-with-mower_23-2149176465.jpg", imageAlt: "Lawn mower cutting grass"
},
{
title: "Fertilization & Weed Control", description: "We develop tailored fertilization plans to nourish your lawn, combined with effective weed control strategies to eliminate unwanted plants and promote strong, healthy grass. Our solutions are designed for the Lombard climate.", imageSrc: "http://img.b2bpic.net/free-photo/farmer-spraying-pesticides-plants_23-2148967923.jpg", imageAlt: "Lawn fertilization and weed control", buttons: [{ text: "Learn More", href: "/#contact" }]
title: "Fertilization & Weed Control", description: "Customized fertilization programs and effective weed control treatments to ensure a lush, green, and weed-free lawn.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-fertilizing-lawn_23-2149176472.jpg", imageAlt: "Person applying fertilizer to a lawn"
},
{
title: "Aeration & Overseeding", description: "Improve your lawn's health by allowing air, water, and nutrients to penetrate the soil more effectively with our aeration services. Overseeding introduces new grass varieties for a thicker, more resilient turf.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-lawn-roller-tool_23-2149405628.jpg", imageAlt: "Lawn aeration and overseeding", buttons: [{ text: "Learn More", href: "/#contact" }]
title: "Aeration & Overseeding", description: "Improve soil health and turf density with professional aeration and overseeding services for a thicker, more resilient lawn.", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-soil-with-young-plant_23-2149176483.jpg", imageAlt: "Close-up of aerated lawn with new grass seeds"
},
{
title: "Seasonal Clean-ups", description: "Prepare your property for changing seasons with our comprehensive clean-up services. From leaf removal in the fall to debris clearing in the spring, we ensure your landscape is always ready to thrive.", imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-leaves-from-lawn_23-2148187498.jpg", imageAlt: "Seasonal leaf clean-up", buttons: [{ text: "Learn More", href: "/#contact" }]
}
title: "Seasonal Clean-Up", description: "Comprehensive spring and fall clean-up services, including leaf removal, debris clearing, and bed preparation.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-raking-leaves-autumn_23-2149176470.jpg", imageAlt: "Gardener raking leaves"
},
{
title: "Shrub & Hedge Trimming", description: "Expert trimming and shaping of shrubs and hedges to maintain their health, appearance, and desired form.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-trimming-hedges_23-2149176469.jpg", imageAlt: "Gardener trimming a hedge"
},
{
title: "Mulching & Edging Garden Beds", description: "Enhance the beauty of your garden beds with fresh mulch and crisp edging, suppressing weeds and retaining moisture.", imageSrc: "http://img.b2bpic.net/free-photo/gardener-mulching-flower-bed_23-2149176475.jpg", imageAlt: "Garden bed with fresh mulch"
},
]}
title="Our Comprehensive Lawn & Landscape Services"
description="At Lombard Landscaping by Morris LDC, we offer a full suite of services designed to keep your outdoor space pristine and vibrant year-round, always with a customer-focused approach."
tag="Expert Care"
tagIcon={LeafyGreen}
/>
</div>
@@ -77,13 +80,13 @@ export default function ServicesPage() {
{
title: "Services", items: [
{
label: "Mowing & Edging", href: "/services"},
label: "Design & Planning", href: "/services"},
{
label: "Fertilization", href: "/services"},
label: "Installation", href: "/services"},
{
label: "Aeration", href: "/services"},
label: "Maintenance", href: "/services"},
{
label: "Seasonal Clean-ups", href: "/services"},
label: "Outdoor Living", href: "/#portfolio"},
],
},
{