Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8aa3d196b3 | |||
| db647b58ec | |||
| de699d2a15 | |||
| 69797b7a30 |
@@ -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,23 +2,23 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #000802;;
|
||||
--card: #0b1a0b;;
|
||||
--foreground: #e6ffe6;;
|
||||
--primary-cta: #80da9b;;
|
||||
--secondary-cta: #07170b;;
|
||||
--accent: #38714a;;
|
||||
--background-accent: #2c6541;; */
|
||||
/* --background: #0a0a0a;;;;
|
||||
--card: #1a1a1a;;;;
|
||||
--foreground: #f5f5f5;;;;
|
||||
--primary-cta: #ff0000;;;;
|
||||
--secondary-cta: #1a1a1a;;;;
|
||||
--accent: #991b1b;;;;
|
||||
--background-accent: #7f1d1d;;;; */
|
||||
|
||||
--background: #000802;;
|
||||
--card: #0b1a0b;;
|
||||
--foreground: #e6ffe6;;
|
||||
--primary-cta: #80da9b;;
|
||||
--primary-cta-text: #000802;;
|
||||
--secondary-cta: #07170b;;
|
||||
--secondary-cta-text: #e6ffe6;;
|
||||
--accent: #38714a;;
|
||||
--background-accent: #2c6541;;
|
||||
--background: #0a0a0a;;;;
|
||||
--card: #1a1a1a;;;;
|
||||
--foreground: #f5f5f5;;;;
|
||||
--primary-cta: #ff0000;;;;
|
||||
--primary-cta-text: #ffffff;;;;
|
||||
--secondary-cta: #1a1a1a;;;;
|
||||
--secondary-cta-text: #ffffff;;;;
|
||||
--accent: #991b1b;;;;
|
||||
--background-accent: #7f1d1d;;;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user