4 Commits

Author SHA1 Message Date
fe3a57db80 Merge version_2 into main
Merge version_2 into main
2026-06-08 08:24:23 +00:00
27b5da651c Update src/app/styles/variables.css 2026-06-08 08:24:17 +00:00
1e72753379 Update src/app/page.tsx 2026-06-08 08:24:17 +00:00
c9099b47c0 Merge version_1 into main
Merge version_1 into main
2026-06-08 08:17:55 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -23,8 +23,8 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="smallMedium"
sizing="mediumLargeSizeLargeTitles"
background="circleGradient"
cardStyle="outline"
background="noise"
cardStyle="soft-shadow"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
headingFontWeight="medium"
@@ -329,4 +329,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0A0A0A;
--card: #111827;
--foreground: #ffffff;
--primary-cta: #D4AF37;
--primary-cta-text: #0A0A0A;
--secondary-cta: #3B82F6;
--secondary-cta-text: #ffffff;
--accent: #D4AF37;
--background-accent: #111827;
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);