4 Commits

Author SHA1 Message Date
8aa3d196b3 Update theme colors 2026-03-04 00:47:42 +00:00
db647b58ec Update theme colors 2026-03-04 00:47:22 +00:00
de699d2a15 Update src/app/page.tsx 2026-03-04 00:43:15 +00:00
69797b7a30 Merge version_1 into main
Merge version_1 into main
2026-03-04 00:41:19 +00:00
2 changed files with 19 additions and 19 deletions

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"

View File

@@ -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);