diff --git a/src/app/page.tsx b/src/app/page.tsx index ab9076a..bb738c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,11 @@ export default function LandingPage() {
@@ -84,26 +66,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Garden Design & Decor", - description: "Customized garden layouts and aesthetic enhancements.", - icon: Star, - }, - { - title: "Lawn Care & Seeding", - description: "Professional grass seeding and lawn maintenance.", - icon: Leaf, - }, - { - title: "Water Feature Design", - description: "Innovative outdoor water feature design and installation.", - icon: Droplets, - }, - { - title: "Irrigation Services", - description: "Expert irrigation setup and maintenance.", - icon: Droplets, - }, + { title: "Garden Design & Decor", description: "Customized garden layouts and aesthetic enhancements.", icon: Star }, + { title: "Lawn Care & Seeding", description: "Professional grass seeding and lawn maintenance.", icon: Leaf }, + { title: "Water Feature Design", description: "Innovative outdoor water feature design and installation.", icon: Droplets }, + { title: "Irrigation Services", description: "Expert irrigation setup and maintenance.", icon: Droplets }, ]} title="Comprehensive Landscaping Services" description="Professional solutions for every aspect of your outdoor environment." @@ -112,30 +78,13 @@ export default function LandingPage() {