2 Commits

Author SHA1 Message Date
77532c4248 Update src/app/page.tsx 2026-04-19 19:28:55 +00:00
58174ca280 Merge version_2 into main
Merge version_2 into main
2026-04-19 19:25:48 +00:00

View File

@@ -2,9 +2,9 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterBase from '@/components/sections/footer/FooterBase';
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,7 +166,7 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactSplit
<ContactCenter
tag="Connect"
title="Join the Archive"
description="Sign up for early access to our rarest drops and exclusive content."
@@ -176,13 +176,10 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterBase
<FooterLogoReveal
logoText="SW.streetwear"
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: "#" }] }
]}
leftLink={{ text: "Archive", href: "#products" }}
rightLink={{ text: "Support", href: "#contact" }}
/>
</div>
</ReactLenis>