From 74b3d5ff078b60a1b63ce9929fb1a724805837ea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 19:52:47 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 99afafb..9d39f4f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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() { ); -} +} \ No newline at end of file