Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e8dee34bcf | |||
| 5a1a001865 | |||
| d43cb3971b | |||
| adf638a219 | |||
| 377a144ff9 | |||
| 100398e4a9 | |||
| 312dbe0e05 | |||
| cc4b4536c1 |
@@ -4,21 +4,21 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
/* --background: #f5f5f5;;
|
/* --background: #010912;;
|
||||||
--card: #ffffff;;
|
--card: #152840;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #e6f0ff;;
|
||||||
--primary-cta: #1f3251;;
|
--primary-cta: #cee7ff;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #0e1a29;;
|
||||||
--accent: #15479c;;
|
--accent: #3f5c79;;
|
||||||
--background-accent: #a8cce8;; */
|
--background-accent: #004a93;; */
|
||||||
|
|
||||||
--background: #f5f5f5;;
|
--background: #010912;;
|
||||||
--card: #ffffff;;
|
--card: #152840;;
|
||||||
--foreground: #1c1c1c;;
|
--foreground: #e6f0ff;;
|
||||||
--primary-cta: #1f3251;;
|
--primary-cta: #cee7ff;;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #0e1a29;;
|
||||||
--accent: #15479c;;
|
--accent: #3f5c79;;
|
||||||
--background-accent: #a8cce8;;
|
--background-accent: #004a93;;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
title="Automate Project Generation at Scale"
|
title="Automate Generation"
|
||||||
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user