4 Commits

Author SHA1 Message Date
ba905e90d7 Update src/app/globals.css 2026-01-01 14:38:38 +00:00
16a0661e24 Update src/app/page.tsx 2026-01-01 14:36:41 +00:00
c8ac100074 Update src/app/layout.tsx 2026-01-01 14:36:40 +00:00
27665ec12b Update src/app/globals.css 2026-01-01 14:36:39 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #fffaf5;; --background: #ffffff;;
--card: #fff0eb;; --card: #fcfcfc;;
--foreground: #3d2c29;; --foreground: #121200e6;;
--primary-cta: #e8a090;; --primary-cta: #ffcf40;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #f5d5cc;; --accent: #e2e2e2;;
--background-accent: #f0c4b8;; --background-accent: #c4c4c4;;
/* 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

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

View File

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