Update src/app/services/page.tsx

This commit is contained in:
2026-04-01 19:52:47 +00:00
parent dc32d69518
commit 74b3d5ff07

View File

@@ -34,6 +34,8 @@ export default function ServicesPage() {
animationType="slide-up"
title="Garden Maintenance Services"
description="We offer comprehensive landscaping services to keep your property vibrant."
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: "1", label: "Lawn Care", title: "Full Lawn Maintenance", items: ["Mowing", "Edging", "Fertilization", "Weed Control"] },
{ id: "2", label: "Landscaping", title: "Garden Transformation", items: ["Design", "Planting", "Hardscaping", "Mulching"] },
@@ -50,4 +52,4 @@ export default function ServicesPage() {
</ReactLenis>
</ThemeProvider>
);
}
}