5 Commits

Author SHA1 Message Date
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 11 additions and 11 deletions

View File

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

View File

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

View File

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