4 Commits

Author SHA1 Message Date
b04f43f346 Merge version_2 into main
Merge version_2 into main
2026-01-20 12:27:08 +00:00
9a679d7ed4 Update src/app/page.tsx 2026-01-20 12:27:03 +00:00
5eeaebc720 Update src/app/layout.tsx 2026-01-20 12:27:02 +00:00
7957b4929c Update src/app/globals.css 2026-01-20 12:27:01 +00:00
3 changed files with 16 additions and 16 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #e3deea;; /* --background: #0a0a0a;;
--card: #ffffff;; --card: #1a1a1a;;
--foreground: #27231f;; --foreground: #ffe6e6;;
--primary-cta: #27231f;; --primary-cta: #ff3d4a;;
--secondary-cta: #ffffff;; --secondary-cta: #1f0a0a;;
--accent: #c68a62;; --accent: #7b2d2d;;
--background-accent: #c68a62;; */ --background-accent: #b8111f;; */
--background: #e3deea;; --background: #0a0a0a;;
--card: #ffffff;; --card: #1a1a1a;;
--foreground: #27231f;; --foreground: #ffe6e6;;
--primary-cta: #27231f;; --primary-cta: #ff3d4a;;
--secondary-cta: #ffffff;; --secondary-cta: #1f0a0a;;
--accent: #c68a62;; --accent: #7b2d2d;;
--background-accent: #c68a62;; --background-accent: #b8111f;;
/* 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);

View File

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

View File

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