5 Commits

Author SHA1 Message Date
b8908963e1 Update src/app/page.tsx 2026-02-27 13:43:02 +00:00
294c62f18c Update src/app/layout.tsx 2026-02-27 13:43:01 +00:00
f010828ced Merge version_3 into main
Merge version_3 into main
2026-02-27 13:40:37 +00:00
343ae83fa3 Update src/app/styles/variables.css 2026-02-27 13:40:33 +00:00
0248c966ac Merge version_2 into main
Merge version_2 into main
2026-02-27 13:38:24 +00:00
3 changed files with 18 additions and 16 deletions

View File

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

View File

@@ -101,6 +101,8 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
cardClassName="group perspective cursor-pointer h-full"
containerClassName="[&_.card-inner]:group-hover:transition-transform [&_.card-inner]:group-hover:duration-500 [&_.card-inner]:group-hover:[transform-style:preserve-3d] [&_.card-inner]:group-hover:[transform:rotateY(180deg)]"
/>
</div>
@@ -233,4 +235,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--secondary-cta: #ffffff;;
--accent: #a8d9be;;
--background-accent: #6bbf8e;; */
/* --background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--secondary-cta: #0e1a29;;
--accent: #3f5c79;;
--background-accent: #004a93;; */
--background: #fafffb;;
--card: #f7fffa;;
--foreground: #001a0a;;
--primary-cta: #0a7039;;
--background: #010912;;
--card: #152840;;
--foreground: #e6f0ff;;
--primary-cta: #cee7ff;;
--primary-cta-text: #fafffb;;
--secondary-cta: #ffffff;;
--secondary-cta: #0e1a29;;
--secondary-cta-text: #001a0a;;
--accent: #a8d9be;;
--background-accent: #6bbf8e;;
--accent: #3f5c79;;
--background-accent: #004a93;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);