4 Commits

Author SHA1 Message Date
8f121c5fc5 Update src/app/globals.css 2026-01-07 09:45:27 +00:00
6580dea372 Update src/app/page.tsx 2026-01-07 09:43:30 +00:00
13af7203c3 Update src/app/layout.tsx 2026-01-07 09:43:29 +00:00
1c85b2a4a0 Update src/app/globals.css 2026-01-07 09:43:28 +00:00
3 changed files with 9 additions and 9 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--background: #fbfaff;;
--card: #f7f5ff;;
--foreground: #0f0022;;
--primary-cta: #8b5cf6;;
--secondary-cta: #ffffff;;
--accent: #a8d9be;;
--background-accent: #6bbf8e;;
--accent: #d8cef5;;
--background-accent: #c4a8f9;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -257,4 +257,4 @@ export default function TechVisionPage() {
</div>
</ThemeProvider>
);
}
}