Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c957ea4c9b | |||
| 3284bc8b87 | |||
| 326409a2ea | |||
| 95766e6e3d | |||
| 1bc1435caa |
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<FeatureCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
@@ -197,4 +197,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f0e8;
|
||||
--background: #090065;
|
||||
--card: #ffffff;
|
||||
--foreground: #2c2c2a;
|
||||
--primary-cta: #c8860a;
|
||||
|
||||
Reference in New Issue
Block a user