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"