8 Commits

Author SHA1 Message Date
3a6bdbfbc1 Update src/app/styles/variables.css 2026-04-06 17:36:06 +00:00
040f650003 Update src/app/page.tsx 2026-04-06 17:36:06 +00:00
85aa648d45 Merge version_1 into main
Merge version_1 into main
2026-04-06 17:31:41 +00:00
ed702a663c Merge version_1 into main
Merge version_1 into main
2026-04-06 17:31:18 +00:00
b137336743 Merge version_1 into main
Merge version_1 into main
2026-04-06 17:31:15 +00:00
e8e2ed356f Merge version_1 into main
Merge version_1 into main
2026-04-06 17:31:04 +00:00
2055d5a8e3 Merge version_1 into main
Merge version_1 into main
2026-04-06 17:28:37 +00:00
00b1ecdf2d Merge version_1 into main
Merge version_1 into main
2026-04-06 17:28:10 +00:00
2 changed files with 19 additions and 19 deletions

View File

@@ -27,8 +27,8 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Stories", id: "features" }, { name: "Editorials", id: "features" },
{ name: "Collections", id: "products" }, { name: "Archives", id: "products" },
{ name: "Insights", id: "testimonials" }, { name: "Insights", id: "testimonials" },
]} ]}
brandName="EDITORIAL" brandName="EDITORIAL"
@@ -56,8 +56,8 @@ export default function LandingPage() {
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardTwentyFour <FeatureCardTwentyFour
animationType="slide-up" animationType="blur-reveal"
textboxLayout="split-description" textboxLayout="inline-image"
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
@@ -70,15 +70,15 @@ export default function LandingPage() {
id: "f3", title: "Neo-Nostalgia", author: "L. Vance", description: "How 90s subcultures are informing 2025 street aesthetics.", tags: ["Street", "Subculture"], id: "f3", title: "Neo-Nostalgia", author: "L. Vance", description: "How 90s subcultures are informing 2025 street aesthetics.", tags: ["Street", "Subculture"],
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2703.jpg"}, imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-elegant-woman_1328-2703.jpg"},
]} ]}
title="VANGUARD STORIES" title="EDITORIAL HIGHLIGHTS"
description="Uncovering the narratives behind the most provocative collections of the season." description="A curation of the season's most essential visual narratives."
/> />
</div> </div>
<div id="products" data-section="products"> <div id="products" data-section="products">
<ProductCardFour <ProductCardFour
animationType="slide-up" animationType="blur-reveal"
textboxLayout="split" textboxLayout="inline-image"
gridVariant="asymmetric-60-wide-40-narrow" gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
@@ -89,8 +89,8 @@ export default function LandingPage() {
{ {
id: "p3", name: "Noir Boot", price: "€600", variant: "Ed. 02", imageSrc: "http://img.b2bpic.net/free-photo/close-up-red-sparks-glitter_23-2149224056.jpg"}, id: "p3", name: "Noir Boot", price: "€600", variant: "Ed. 02", imageSrc: "http://img.b2bpic.net/free-photo/close-up-red-sparks-glitter_23-2149224056.jpg"},
]} ]}
title="CURATED ARCHIVE" title="FEATURED ARTICLES"
description="Selected pieces from the latest runway movements." description="Deep-dive editorials into the seasons most provocative collections."
/> />
</div> </div>
@@ -105,7 +105,7 @@ export default function LandingPage() {
id: "t2", title: "Provocative", quote: "Editorial excellence in every frame. Unmatched perspective.", name: "B. Chen", role: "Editor-in-Chief", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-black-white_23-2149411413.jpg"}, id: "t2", title: "Provocative", quote: "Editorial excellence in every frame. Unmatched perspective.", name: "B. Chen", role: "Editor-in-Chief", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-black-white_23-2149411413.jpg"},
]} ]}
title="CRITICAL VOICES" title="CRITICAL VOICES"
description="What the industry leaders are reading." description="Perspectives from the vanguard of industry leaders."
/> />
</div> </div>
@@ -121,4 +121,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #ffffff;
--card: #1a1a1a; --card: #f2f2f2;
--foreground: #f5f5f5; --foreground: #0a0a0a;
--primary-cta: #ff0000; --primary-cta: #0a0a0a;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a; --secondary-cta: #0a0a0a;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #991b1b; --accent: #e0e0e0;
--background-accent: #7f1d1d; --background-accent: #f5f5f5;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);