3 Commits

Author SHA1 Message Date
b5fdf418d3 Update src/app/styles/variables.css 2026-06-12 13:48:16 +00:00
63a4e1216d Update src/app/page.tsx 2026-06-12 13:48:15 +00:00
0010fda04f Merge version_1 into main
Merge version_1 into main
2026-06-12 13:43:56 +00:00
2 changed files with 17 additions and 17 deletions

View File

@@ -17,16 +17,16 @@ import { Edit, Feather, Grid, Home, Lightbulb, Palette, Sparkles } from "lucide-
export default function LandingPage() { export default function LandingPage() {
return ( return (
<ThemeProvider <ThemeProvider
defaultButtonVariant="hover-magnetic" defaultButtonVariant="directional-hover"
defaultTextAnimation="reveal-blur" defaultTextAnimation="entrance-slide"
borderRadius="rounded" borderRadius="rounded"
contentWidth="compact" contentWidth="medium"
sizing="largeSmall" sizing="largeSmall"
background="none" background="noise"
cardStyle="glass-depth" cardStyle="soft-shadow"
primaryButtonStyle="flat" primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="solid"
headingFontWeight="medium" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
@@ -335,4 +335,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #e3deea; --background: #f5faff;
--card: #ffffff; --card: #f1f8ff;
--foreground: #1f2027; --foreground: #001122;
--primary-cta: #1f2027; --primary-cta: #15479c;
--primary-cta-text: #e3deea; --primary-cta-text: #f5faff;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #1f2027; --secondary-cta-text: #001122;
--accent: #627dc6; --accent: #a8cce8;
--background-accent: #627dc6; --background-accent: #7ba3cf;
/* 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);