7 Commits

Author SHA1 Message Date
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
377a144ff9 Update src/app/page.tsx 2026-01-19 13:49:08 +00:00
100398e4a9 Update src/app/globals.css 2026-01-19 13:49:07 +00:00
312dbe0e05 Update src/app/page.tsx 2026-01-19 13:45:56 +00:00
3 changed files with 18 additions and 18 deletions

View File

@@ -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: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--secondary-cta: #0e1a29;;
--accent: #3f5c79;;
--background-accent: #004a93;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1f3251;;
--secondary-cta: #ffffff;;
--accent: #15479c;;
--background-accent: #a8cce8;;
--background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--secondary-cta: #0e1a29;;
--accent: #3f5c79;;
--background-accent: #004a93;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -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="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."
tag="Next Generation Platform"
tagIcon={Sparkles}