From de699d2a154979758978eda3f3b5c38d9a9b751f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:43:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9901c35..a44d8fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,13 +65,13 @@ export default function LandingPage() { description="Three pillars of AI automation that drive real business value" metrics={[ { - id: "1", value: "10x", title: "Improve Efficiency", items: ["Eliminate manual data entry", "Automate document processing", "Reduce human error by 95%"] + id: "1", value: "Up to 10x", title: "Improve Efficiency", items: ["Eliminate manual data entry", "Automate document processing", "Reduce human error by 95%"] }, { - id: "2", value: "5x", title: "Acquire Customers", items: ["Generate qualified leads automatically", "24/7 customer engagement", "Predictive lead scoring"] + id: "2", value: "Up to 5x", title: "Acquire Customers", items: ["Generate qualified leads automatically", "24/7 customer engagement", "Predictive lead scoring"] }, { - id: "3", value: "3x", title: "Unlock Capital", items: ["Free up operational resources", "Reduce overhead costs", "Reinvest in growth"] + id: "3", value: "Up to 3x", title: "Unlock Capital", items: ["Free up operational resources", "Reduce overhead costs", "Reinvest in growth"] } ]} animationType="blur-reveal" -- 2.49.1