|
|
|
|
@@ -2,9 +2,9 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import ReactLenis from "lenis/react";
|
|
|
|
|
import ContactText from '@/components/sections/contact/ContactText';
|
|
|
|
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
|
|
|
|
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
|
|
|
|
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|
|
|
|
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
|
|
|
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
|
|
|
|
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|
|
|
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
|
|
|
|
@@ -166,23 +166,20 @@ export default function LandingPage() {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
|
<ContactText
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
<ContactCenter
|
|
|
|
|
tag="Connect"
|
|
|
|
|
title="Join the Archive"
|
|
|
|
|
description="Sign up for early access to our rarest drops and exclusive content."
|
|
|
|
|
background={{ variant: "sparkles-gradient" }}
|
|
|
|
|
text="Join the archive. Get early access to our rarest drops and exclusive content."
|
|
|
|
|
buttons={[{ text: "Newsletter Signup", href: "#" }]}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div id="footer" data-section="footer">
|
|
|
|
|
<FooterSimple
|
|
|
|
|
columns={[
|
|
|
|
|
{ title: "Archive", items: [{ label: "Products", href: "#products" }, { label: "About", href: "#about" }] },
|
|
|
|
|
{ title: "Support", items: [{ label: "FAQ", href: "#" }, { label: "Contact", href: "#contact" }] },
|
|
|
|
|
{ title: "Legal", items: [{ label: "Terms", href: "#" }, { label: "Privacy", href: "#" }] }
|
|
|
|
|
]}
|
|
|
|
|
bottomLeftText="© 2024 SW.streetwear. All rights reserved."
|
|
|
|
|
bottomRightText="Authenticity Guaranteed."
|
|
|
|
|
<FooterLogoReveal
|
|
|
|
|
logoText="SW.streetwear"
|
|
|
|
|
leftLink={{ text: "Archive", href: "#products" }}
|
|
|
|
|
rightLink={{ text: "Support", href: "#contact" }}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
</ReactLenis>
|
|
|
|
|
|