From 98385a14aa44981ac4b81626f088a346a25aab01 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:37:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 539e744..6ced929 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -118,17 +118,17 @@ export default function LandingPage() { description="Trusted expertise and local commitment" metrics={[ { - id: "local-knowledge", value: "Deep", title: "Local Knowledge & Expertise", items: [ + id: "local-knowledge", value: "15+ Years", title: "Local Knowledge & Expertise", items: [ "15+ years serving Murfreesboro area", "Understanding of local climate & soil conditions", "Network of trusted suppliers & partners" ] }, { - id: "customer-service", value: "Fast", title: "Responsive Customer Service", items: [ + id: "customer-service", value: "Same-Day", title: "Responsive Customer Service", items: [ "Same-day consultation availability", "Emergency service support", "Direct owner involvement" ] }, { - id: "affordability", value: "Fair", title: "Competitive & Transparent Pricing", items: [ + id: "affordability", value: "30%+ Savings", title: "Competitive & Transparent Pricing", items: [ "No hidden fees or surprise charges", "Flexible service packages available", "Customized solutions for your budget" ] } @@ -202,4 +202,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1