11 Commits

Author SHA1 Message Date
9fc6c36907 Merge version_10 into main
Merge version_10 into main
2026-01-19 14:20:26 +00:00
9ffc0824c9 Update src/app/page.tsx 2026-01-19 14:20:22 +00:00
74424691bb Merge version_9 into main
Merge version_9 into main
2026-01-19 14:18:24 +00:00
94675eefb5 Update src/app/globals.css 2026-01-19 14:18:19 +00:00
e3f3c3c456 Merge version_8 into main
Merge version_8 into main
2026-01-19 14:11:57 +00:00
2f26634644 Update src/app/globals.css 2026-01-19 14:11:52 +00:00
10a1709e92 Merge version_7 into main
Merge version_7 into main
2026-01-19 14:04:02 +00:00
922a6c42f4 Merge version_6 into main
Merge version_6 into main
2026-01-19 13:57:40 +00:00
b56f27c8d5 Merge version_5 into main
Merge version_5 into main
2026-01-19 13:49:13 +00:00
e8da11d436 Merge version_4 into main
Merge version_4 into main
2026-01-19 13:46:01 +00:00
18b3971f4f Merge version_2 into main
Merge version_2 into main
2026-01-19 13:21:10 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #010912;; /* --background: #000000;;
--card: #152840;; --card: #1a1a1a;;
--foreground: #e6f0ff;; --foreground: #ffeb3b;;
--primary-cta: #cee7ff;; --primary-cta: #ffd700;;
--secondary-cta: #0e1a29;; --secondary-cta: #1a1a1a;;
--accent: #3f5c79;; --accent: #ffc700;;
--background-accent: #004a93;; */ --background-accent: #ffeb3b;; */
--background: #010912;; --background: #000000;;
--card: #152840;; --card: #1a1a1a;;
--foreground: #e6f0ff;; --foreground: #ffeb3b;;
--primary-cta: #cee7ff;; --primary-cta: #ffd700;;
--secondary-cta: #0e1a29;; --secondary-cta: #1a1a1a;;
--accent: #3f5c79;; --accent: #ffc700;;
--background-accent: #004a93;; --background-accent: #ffeb3b;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
title="Automate Generation" title="Automation"
description="Webild transforms how teams generate, manage, and deliver projects. Our AI-powered platform accelerates development cycles and maximizes productivity with intelligent automation." description="Webild transforms how teams generate, manage, and deliver projects. Our AI-powered platform accelerates development cycles and maximizes productivity with intelligent automation."
tag="Next Generation Platform" tag="Next Generation Platform"
tagIcon={Sparkles} tagIcon={Sparkles}