5 Commits

Author SHA1 Message Date
6ea5272113 Update src/app/page.tsx 2026-06-11 01:06:02 +00:00
b4dacd5339 Update src/app/styles/variables.css 2026-06-11 01:05:16 +00:00
5a04f48f3e Update src/app/styles/base.css 2026-06-11 01:05:15 +00:00
36471ccfa3 Update src/app/page.tsx 2026-06-11 01:05:14 +00:00
de7e09e382 Merge version_1 into main
Merge version_1 into main
2026-06-11 00:58:16 +00:00
3 changed files with 16 additions and 16 deletions

View File

@@ -19,14 +19,14 @@ export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="icon-arrow" defaultButtonVariant="icon-arrow"
defaultTextAnimation="reveal-blur" defaultTextAnimation="entrance-slide"
borderRadius="pill" borderRadius="soft"
contentWidth="mediumLarge" contentWidth="mediumLarge"
sizing="mediumLargeSizeLargeTitles" sizing="mediumLargeSizeLargeTitles"
background="fluid" background="none"
cardStyle="solid" cardStyle="outline"
primaryButtonStyle="primary-glow" primaryButtonStyle="flat"
secondaryButtonStyle="layered" secondaryButtonStyle="solid"
headingFontWeight="bold" headingFontWeight="bold"
> >
<ReactLenis root> <ReactLenis root>

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-nunito-sans), sans-serif; font-family: var(--font-inter), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-nunito-sans), sans-serif; font-family: var(--font-dm-sans), sans-serif;
} }

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #ffffff;
--card: #f9f9f9; --card: #ffffff;
--foreground: #120006e6; --foreground: #000000;
--primary-cta: #e63946; --primary-cta: #FF0000;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9; --secondary-cta: #ffffff;
--secondary-cta-text: #120006e6; --secondary-cta-text: #000000;
--accent: #e2e2e2; --accent: #000000;
--background-accent: #c4c4c4; --background-accent: #000000;
/* 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);