Compare commits
10 Commits
version_3
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ffc0824c9 | |||
| 94675eefb5 | |||
| 2f26634644 | |||
| e8dee34bcf | |||
| 5a1a001865 | |||
| d43cb3971b | |||
| adf638a219 | |||
| 377a144ff9 | |||
| 100398e4a9 | |||
| 312dbe0e05 |
@@ -4,21 +4,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #1f3251;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #15479c;;
|
||||
--background-accent: #a8cce8;; */
|
||||
/* --background: #000000;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #ffeb3b;;
|
||||
--primary-cta: #ffd700;;
|
||||
--secondary-cta: #1a1a1a;;
|
||||
--accent: #ffc700;;
|
||||
--background-accent: #ffeb3b;; */
|
||||
|
||||
--background: #f5f5f5;;
|
||||
--card: #ffffff;;
|
||||
--foreground: #1c1c1c;;
|
||||
--primary-cta: #1f3251;;
|
||||
--secondary-cta: #ffffff;;
|
||||
--accent: #15479c;;
|
||||
--background-accent: #a8cce8;;
|
||||
--background: #000000;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #ffeb3b;;
|
||||
--primary-cta: #ffd700;;
|
||||
--secondary-cta: #1a1a1a;;
|
||||
--accent: #ffc700;;
|
||||
--background-accent: #ffeb3b;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1252,4 +1252,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
title="Automate Generation at Scale"
|
||||
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."
|
||||
tag="Next Generation Platform"
|
||||
tagIcon={Sparkles}
|
||||
@@ -232,4 +232,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user