7 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
906bd79fae Update src/app/styles/variables.css 2026-04-19 19:25:45 +00:00
f321793b36 Update src/app/styles/base.css 2026-04-19 19:25:45 +00:00
419c3700f5 Update src/app/page.tsx 2026-04-19 19:25:44 +00:00
59806f98a1 Merge version_1 into main
Merge version_1 into main
2026-04-19 19:10:04 +00:00
ec00e4d7c9 Merge version_1 into main
Merge version_1 into main
2026-04-19 19:09:38 +00:00
3 changed files with 13 additions and 16 deletions

View File

@@ -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>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-open-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;

View File

@@ -13,7 +13,7 @@
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #c8a96e;
--primary-cta: #C0C0C0;
--primary-cta-text: #000000;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;