Update src/app/services/page.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user