9 Commits

Author SHA1 Message Date
f60a251e3f Update src/app/globals.css 2026-01-06 12:28:27 +00:00
50cfb99fe2 Update src/app/page.tsx 2026-01-06 12:25:43 +00:00
20d67a634e Update src/app/globals.css 2026-01-06 12:25:42 +00:00
80632b2d8e Update src/app/page.tsx 2026-01-06 12:22:54 +00:00
6d35ca1cbf Update src/app/globals.css 2026-01-06 12:22:53 +00:00
bcd75876bf Update src/app/page.tsx 2026-01-06 12:18:39 +00:00
b6624129a1 Update src/app/page.tsx 2026-01-06 11:41:42 +00:00
e8d4eb6534 Update src/app/layout.tsx 2026-01-06 11:41:41 +00:00
e4b589e92a Update src/app/globals.css 2026-01-06 11:41:40 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -5,12 +5,12 @@
/* --vw is set by ThemeProvider */
--background: #ffffff;;
--card: #fafafa;;
--foreground: #000000;;
--primary-cta: #0066ff;;
--card: #fcfcfc;;
--foreground: #000000e6;;
--primary-cta: #ff8c42;;
--secondary-cta: #ffffff;;
--accent: #e5e5e5;;
--background-accent: #f5f5f5;;
--accent: #ffff00;;
--background-accent: #ffffcc;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
@@ -272,4 +272,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}