From a0873566dbf70383035d85e793c5c3d01c4b583c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 08:44:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5da6d08..44860c8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,7 +124,7 @@ export default function LandingPage() { buttons: [{ text: "Get a Quote", onClick: () => window.location.href = 'tel:5152104176' }], }, { - id: "aeration", badge: "Aeration", price: "$400+", subtitle: "Lawn Health", features: ["Soil aeration", "Root care", "Healthy growth boost"], + id: "aeration", badge: "Aeration", price: "$400+", subtitle: "Deep Root Revitalization", features: ["Soil aeration", "Root care", "Healthy growth boost"], buttons: [{ text: "Get a Quote", onClick: () => window.location.href = 'tel:5152104176' }], }, ]} -- 2.49.1