diff --git a/src/app/page.tsx b/src/app/page.tsx index fafbd82..11aafeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -170,21 +87,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Expert Lawn Care", - description: "Precision mowing, aeration, and fertilization programs tailored to your soil type.", - imageSrc: "http://img.b2bpic.net/free-photo/focused-male-florist-standing-rows-with-potted-plants-cutting-bush-greenhouse-man-working-garden-growing-plants-pots-gardening-job-concept_74855-12788.jpg", - }, - { - title: "Hardscaping & Design", - description: "Custom retaining walls, patios, and walkways built with durable, high-quality materials.", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-brick-wall-background-from-old-building-quebec-city_649448-2025.jpg", - }, - { - title: "Hedge & Shrub Care", - description: "Meticulous trimming, shaping, and removal of overgrown foliage to enhance curb appeal.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-yard_342744-539.jpg", - }, + { title: "Expert Lawn Care", description: "Precision mowing, aeration, and fertilization programs tailored to your soil type.", imageSrc: "http://img.b2bpic.net/free-photo/focused-male-florist-standing-rows-with-potted-plants-cutting-bush-greenhouse-man-working-garden-growing-plants-pots-gardening-job-concept_74855-12788.jpg" }, + { title: "Hardscaping & Design", description: "Custom retaining walls, patios, and walkways built with durable, high-quality materials.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-brick-wall-background-from-old-building-quebec-city_649448-2025.jpg" }, + { title: "Hedge & Shrub Care", description: "Meticulous trimming, shaping, and removal of overgrown foliage to enhance curb appeal.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-professional-gardener-holding-trimmer-yard_342744-539.jpg" } ]} title="Comprehensive Landscaping Solutions" description="Providing end-to-end services to keep your lawn and garden looking pristine all year round." @@ -193,30 +98,13 @@ export default function LandingPage() {