4 Commits

Author SHA1 Message Date
726814f998 Update src/app/globals.css 2026-01-08 12:34:33 +00:00
27b94061c0 Update src/app/page.tsx 2026-01-08 11:38:24 +00:00
c602138676 Update src/app/layout.tsx 2026-01-08 11:38:23 +00:00
e8e44240bc Update src/app/globals.css 2026-01-08 11:38:22 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -5,9 +5,9 @@
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff; --background: #ffffff;
--card: #fcfcfc; --card: #808080;
--foreground: #0f0003e6; --foreground: #0f0003e6;
--primary-cta: #c1121f; --primary-cta: #1cde5d;
--secondary-cta: #f9f9f9; --secondary-cta: #f9f9f9;
--accent: #e2e2e2; --accent: #e2e2e2;
--background-accent: #c4c4c4; --background-accent: #c4c4c4;

View File

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

View File

@@ -341,4 +341,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }