5 Commits

Author SHA1 Message Date
04b4e188e5 Update src/app/styles/variables.css 2026-04-07 23:53:03 +00:00
7b8088906a Update src/app/page.tsx 2026-04-07 23:53:02 +00:00
6caaa87974 Merge version_2 into main
Merge version_2 into main
2026-04-07 23:40:16 +00:00
12e6f46e29 Merge version_2 into main
Merge version_2 into main
2026-04-07 22:53:01 +00:00
d8ecaba336 Merge version_2 into main
Merge version_2 into main
2026-04-07 22:52:34 +00:00
2 changed files with 7 additions and 3 deletions

View File

@@ -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>
);
}
}

View File

@@ -10,7 +10,7 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fcfaf7;
--background: #fbfaf7;
--card: #f4f0e9;
--foreground: #1a1a1a;
--primary-cta: #2a2a2a;