Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a0874cb7f | |||
| ce49139270 | |||
| fa04294615 |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "downward-rays-static"}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Culture Rewear. Style Redefined."
|
||||
description="Your ultimate destination for vintage activewear, football jerseys, and work shoes. Open 24 hours for your convenience."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/dirt-decorative-old-wallpaper-brush_1194-9595.jpg"
|
||||
@@ -54,6 +54,9 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Collection", href: "#products"
|
||||
},
|
||||
{
|
||||
text: "View All", href: "#products"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #25190c;
|
||||
--primary-cta: #ff6207;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #1c1c1c;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #25190c;
|
||||
--accent: #ffce93;
|
||||
--background-accent: #e8cfa8;
|
||||
--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