Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 04b4e188e5 | |||
| 7b8088906a | |||
| 6caaa87974 | |||
| 12e6f46e29 | |||
| d8ecaba336 |
@@ -88,6 +88,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Every piece tells a story of craftsmanship and character."
|
||||
buttons={[{ text: "Read Our Brand Story", href: "#" }]}
|
||||
className="bg-[#2a2a2a] text-[#fcfaf7]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -97,7 +98,8 @@ export default function LandingPage() {
|
||||
title="Join the Circle"
|
||||
description="Get notified before every new vintage collection drops. Members get early access."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
className="bg-[#f4f0e9]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -106,6 +108,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Ready to refine your style?"
|
||||
buttons={[{ text: "Shop All Pieces", href: "#products" }]}
|
||||
className="bg-[#d1c7b7] text-[#1a1a1a]"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -117,9 +120,10 @@ export default function LandingPage() {
|
||||
{ title: "Support", items: [{ label: "Contact", href: "#newsletter" }, { label: "Shipping", href: "#" }] },
|
||||
]}
|
||||
logoText="Everthread Vintage"
|
||||
className="bg-[#1a1a1a] text-[#fcfaf7]"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fcfaf7;
|
||||
--background: #fbfaf7;
|
||||
--card: #f4f0e9;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #2a2a2a;
|
||||
|
||||
Reference in New Issue
Block a user