|
|
|
@@ -88,6 +88,7 @@ export default function LandingPage() {
|
|
|
|
useInvertedBackground={true}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
title="Every piece tells a story of craftsmanship and character."
|
|
|
|
title="Every piece tells a story of craftsmanship and character."
|
|
|
|
buttons={[{ text: "Read Our Brand Story", href: "#" }]}
|
|
|
|
buttons={[{ text: "Read Our Brand Story", href: "#" }]}
|
|
|
|
|
|
|
|
className="bg-[#2a2a2a] text-[#fcfaf7]"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -97,7 +98,8 @@ export default function LandingPage() {
|
|
|
|
title="Join the Circle"
|
|
|
|
title="Join the Circle"
|
|
|
|
description="Get notified before every new vintage collection drops. Members get early access."
|
|
|
|
description="Get notified before every new vintage collection drops. Members get early access."
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={true}
|
|
|
|
|
|
|
|
className="bg-[#f4f0e9]"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -106,6 +108,7 @@ export default function LandingPage() {
|
|
|
|
useInvertedBackground={false}
|
|
|
|
useInvertedBackground={false}
|
|
|
|
title="Ready to refine your style?"
|
|
|
|
title="Ready to refine your style?"
|
|
|
|
buttons={[{ text: "Shop All Pieces", href: "#products" }]}
|
|
|
|
buttons={[{ text: "Shop All Pieces", href: "#products" }]}
|
|
|
|
|
|
|
|
className="bg-[#d1c7b7] text-[#1a1a1a]"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
@@ -117,9 +120,10 @@ export default function LandingPage() {
|
|
|
|
{ title: "Support", items: [{ label: "Contact", href: "#newsletter" }, { label: "Shipping", href: "#" }] },
|
|
|
|
{ title: "Support", items: [{ label: "Contact", href: "#newsletter" }, { label: "Shipping", href: "#" }] },
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
logoText="Everthread Vintage"
|
|
|
|
logoText="Everthread Vintage"
|
|
|
|
|
|
|
|
className="bg-[#1a1a1a] text-[#fcfaf7]"
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ReactLenis>
|
|
|
|
</ReactLenis>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|