Merge version_2 into main #3

Merged
bender merged 2 commits from version_2 into main 2026-04-21 18:03:52 +00:00
2 changed files with 13 additions and 13 deletions

View File

@@ -22,11 +22,11 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="mediumSizeLargeTitles"
background="grid"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow"
headingFontWeight="light"
background="noise"
cardStyle="glass-depth"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -169,7 +169,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{ variant: "radial-gradient" }}
background={{ variant: "sparkles-gradient" }}
text="Ready to redefine your brand presence? Let's talk."
buttons={[{ text: "Contact Us", href: "mailto:hello@elysiummedia.com" }]}
/>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4f0;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #2c2c2c;
--background: #0a0a0a;
--card: #171717;
--foreground: #ffffff;
--primary-cta: #106efb;
--primary-cta-text: #f5f4f0;
--secondary-cta: #f5f4f0;
--secondary-cta: #262626;
--secondary-cta-text: #1a1a1a;
--accent: #8a8a8a;
--background-accent: #e8e6e1;
--accent: #106efb;
--background-accent: #171717;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);