diff --git a/src/app/page.tsx b/src/app/page.tsx
index 35219ee..24c9308 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,10 @@ export default function LandingPage() {
@@ -44,27 +40,19 @@ export default function LandingPage() {
@@ -88,24 +76,12 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Lawn Maintenance", description: "Weekly cutting, fertilizing, and aeration for healthy grass.", bentoComponent: "reveal-icon", icon: Scissors,
- },
- {
- title: "Landscaping Design", description: "Custom designs and installations for beautiful outdoor spaces.", bentoComponent: "reveal-icon", icon: Leaf,
- },
- {
- title: "Garden & Tree Care", description: "Pruning, planting, and disease treatment programs.", bentoComponent: "reveal-icon", icon: Star,
- },
- {
- title: "Cleanup & Removal", description: "Spring/fall cleanups, branch removal, and debris disposal.", bentoComponent: "reveal-icon", icon: Trash2,
- },
- {
- title: "Commercial Services", description: "Complete care for commercial properties.", bentoComponent: "reveal-icon", icon: Building2,
- },
- {
- title: "Pest Control", description: "Tick and mosquito extermination to keep your space comfortable.", bentoComponent: "reveal-icon", icon: Star,
- },
+ { title: "Lawn Maintenance", description: "Weekly cutting, fertilizing, and aeration for healthy grass.", bentoComponent: "reveal-icon", icon: Scissors },
+ { title: "Landscaping Design", description: "Custom designs and installations for beautiful outdoor spaces.", bentoComponent: "reveal-icon", icon: Leaf },
+ { title: "Garden & Tree Care", description: "Pruning, planting, and disease treatment programs.", bentoComponent: "reveal-icon", icon: Star },
+ { title: "Cleanup & Removal", description: "Spring/fall cleanups, branch removal, and debris disposal.", bentoComponent: "reveal-icon", icon: Trash2 },
+ { title: "Commercial Services", description: "Complete care for commercial properties.", bentoComponent: "reveal-icon", icon: Building2 },
+ { title: "Pest Control", description: "Tick and mosquito extermination to keep your space comfortable.", bentoComponent: "reveal-icon", icon: Star },
]}
title="Our Professional Services"
description="We offer a wide range of services to keep your lawn and garden looking pristine all year round."
@@ -116,14 +92,10 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file