7 Commits

Author SHA1 Message Date
9ffc0824c9 Update src/app/page.tsx 2026-01-19 14:20:22 +00:00
94675eefb5 Update src/app/globals.css 2026-01-19 14:18:19 +00:00
2f26634644 Update src/app/globals.css 2026-01-19 14:11:52 +00:00
e8dee34bcf Update src/app/globals.css 2026-01-19 14:03:57 +00:00
5a1a001865 Update src/app/page.tsx 2026-01-19 13:57:35 +00:00
d43cb3971b Update src/app/layout.tsx 2026-01-19 13:57:34 +00:00
adf638a219 Update src/app/globals.css 2026-01-19 13:57:33 +00:00
3 changed files with 11 additions and 11 deletions

View File

@@ -6,19 +6,19 @@
/* --background: #000000;; /* --background: #000000;;
--card: #1a1a1a;; --card: #1a1a1a;;
--foreground: #fde047;; --foreground: #ffeb3b;;
--primary-cta: #fde047;; --primary-cta: #ffd700;;
--secondary-cta: #1a1a1a;; --secondary-cta: #1a1a1a;;
--accent: #737373;; --accent: #ffc700;;
--background-accent: #737373;; */ --background-accent: #ffeb3b;; */
--background: #000000;; --background: #000000;;
--card: #1a1a1a;; --card: #1a1a1a;;
--foreground: #fde047;; --foreground: #ffeb3b;;
--primary-cta: #fde047;; --primary-cta: #ffd700;;
--secondary-cta: #1a1a1a;; --secondary-cta: #1a1a1a;;
--accent: #737373;; --accent: #ffc700;;
--background-accent: #737373;; --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

@@ -1252,4 +1252,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

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}
@@ -232,4 +232,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }