Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-04 00:43:20 +00:00

View File

@@ -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"