diff --git a/src/app/page.tsx b/src/app/page.tsx index 1eff322..8872eb7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,42 +33,30 @@ export default function LandingPage() {
@@ -103,34 +84,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - label: "Lawn Care", - title: "Premium Mowing", - items: [ - "Regular mowing schedules", - "Edge trimming", - "Cleanup services", - ], + id: "1", label: "Lawn Care", title: "Premium Mowing", items: [ + "Regular mowing schedules", "Edge trimming", "Cleanup services"], }, { - id: "2", - label: "Hardscaping", - title: "Patio Installation", - items: [ - "Natural stone patios", - "Walkway designs", - "Retaining walls", - ], + id: "2", label: "Hardscaping", title: "Patio Installation", items: [ + "Natural stone patios", "Walkway designs", "Retaining walls"], }, { - id: "3", - label: "Gardening", - title: "Bed Maintenance", - items: [ - "Flower planting", - "Mulching", - "Weed control", - ], + id: "3", label: "Gardening", title: "Bed Maintenance", items: [ + "Flower planting", "Mulching", "Weed control"], }, ]} title="Our Professional Services" @@ -141,26 +104,18 @@ export default function LandingPage() {
@@ -351,29 +227,19 @@ export default function LandingPage() {