8 Commits

Author SHA1 Message Date
a74d98dbfa Update src/app/styles/variables.css 2026-03-07 18:31:36 +00:00
439dd1be40 Update src/app/page.tsx 2026-03-07 18:31:35 +00:00
94177cedbe Merge version_2 into main
Merge version_2 into main
2026-03-07 18:29:28 +00:00
7758e0f967 Update src/app/styles/variables.css 2026-03-07 18:29:23 +00:00
1c3e912ca1 Update src/app/page.tsx 2026-03-07 18:29:22 +00:00
99274ab922 Update src/app/layout.tsx 2026-03-07 18:29:21 +00:00
0f1b263c23 Merge version_1 into main
Merge version_1 into main
2026-03-07 18:27:51 +00:00
9f582419d2 Merge version_1 into main
Merge version_1 into main
2026-03-07 18:27:30 +00:00
3 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);