3 Commits

Author SHA1 Message Date
cad6916602 Update src/app/page.tsx 2026-01-03 17:51:18 +00:00
443344d2b5 Update src/app/layout.tsx 2026-01-03 17:51:18 +00:00
eb763101c3 Update src/app/globals.css 2026-01-03 17:51:17 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #f8fcff;; --background: #0a0a0a;;
--card: #ffffff;; --card: #1a1a1a;;
--foreground: #00101f;; --foreground: #fffffae6;;
--primary-cta: #409fff;; --primary-cta: #fde047;;
--secondary-cta: #ffffff;; --secondary-cta: #1a1a1a;;
--accent: #c7e2fc;; --accent: #737373;;
--background-accent: #9bcfff;; --background-accent: #737373;;
/* 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

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

View File

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