From fed47b42f4471eead27a01c20ef437e26c0ed13c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:29:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dd3c9ca..20001ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function HomePage() { logoText="Ben Bryant Landscaping" description="Professional landscaping services with integrated client portal for quote requests, project tracking, and seamless communication. Streamline your landscaping business while providing exceptional customer experience." buttons={[ - { text: "Get Your Free Quote", href: "client-portal" }, + { text: "Request a Quote", href: "client-portal" }, { text: "View Portfolio", href: "portfolio" }, ]} imageSrc="http://img.b2bpic.net/free-photo/female-legs-woman-using-lawn-mower_651396-1545.jpg?_wi=1" @@ -98,7 +98,7 @@ export default function HomePage() { { text: "Learn More", href: "how-it-works" }, ], features: [ - "Weekly or bi-weekly mowing", "Edging and trimming", "Seasonal mulching", "Debris removal", "12-month commitment"], + "Weekly mowing keeps your lawn pristine year-round", "Precision edging and trimming for clean lines", "Seasonal mulching to enhance curb appeal", "Professional debris removal and cleanup", "12-month commitment for consistent results"], }, { id: "2", badge: "Design Project", badgeIcon: Pencil, -- 2.49.1