6 Commits

Author SHA1 Message Date
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 7 additions and 7 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: #1a1a1a;;
--secondary-cta: #ffffff;;
--accent: #e5e5e5;;
--background-accent: #f5f5f5;;
--accent: #bebebe;;
--background-accent: #c4c4c4;;
/* 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

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