Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9c9658410 | |||
| 24b4f6fafb | |||
| 1da7fe353a | |||
| 63eac2d051 |
@@ -22,11 +22,11 @@ export default function LandingPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="mediumSizeLargeTitles"
|
sizing="mediumSizeLargeTitles"
|
||||||
background="grid"
|
background="noise"
|
||||||
cardStyle="soft-shadow"
|
cardStyle="glass-depth"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="light"
|
headingFontWeight="semibold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
text="Ready to redefine your brand presence? Let's talk."
|
text="Ready to redefine your brand presence? Let's talk."
|
||||||
buttons={[{ text: "Contact Us", href: "mailto:hello@elysiummedia.com" }]}
|
buttons={[{ text: "Contact Us", href: "mailto:hello@elysiummedia.com" }]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f4f0;
|
--background: #0a0a0a;
|
||||||
--card: #ffffff;
|
--card: #171717;
|
||||||
--foreground: #1a1a1a;
|
--foreground: #ffffff;
|
||||||
--primary-cta: #2c2c2c;
|
--primary-cta: #106efb;
|
||||||
--primary-cta-text: #f5f4f0;
|
--primary-cta-text: #f5f4f0;
|
||||||
--secondary-cta: #f5f4f0;
|
--secondary-cta: #262626;
|
||||||
--secondary-cta-text: #1a1a1a;
|
--secondary-cta-text: #1a1a1a;
|
||||||
--accent: #8a8a8a;
|
--accent: #106efb;
|
||||||
--background-accent: #e8e6e1;
|
--background-accent: #171717;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user