Compare commits
25 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6d15b13081 | |||
| 0eecf2e6e3 | |||
| 4259aded47 | |||
| c3eb661780 | |||
| eedfce3bf7 | |||
| 6f2681cb94 | |||
| e9407ee9a3 | |||
| 18c8e444d8 | |||
| 336c8df0ff | |||
| 7f37b56fa9 | |||
| 979136fb43 | |||
| 91b0a85727 | |||
| 87862a5539 | |||
| 1324fb0f45 | |||
| b34c5162c8 | |||
| 0ff6440527 | |||
| 1126463d6f | |||
| 8a69874d9c | |||
| f98494b03f | |||
| f6276c900a | |||
| 8d7deb2eea | |||
| 4df166d086 | |||
| b5f83da7ca | |||
| d4db496dfd | |||
| f0befb6bd7 |
@@ -53,7 +53,7 @@ export default function LandingPage() {
|
||||
{ value: "100%", label: "Quality" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
buttons={[{ text: "Shop The Mindset", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-shot-punk-woman-posing_23-2149267430.jpg"
|
||||
imageAlt="urban fashion model streetwear"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -210,4 +210,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f5f5f5;
|
||||
--primary-cta: #ff0000;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #991b1b;
|
||||
--background-accent: #7f1d1d;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #250c0d;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user