Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-24 22:09:14 +00:00

View File

@@ -28,25 +28,16 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "collection",
id: "collection",
},
name: "collection", id: "collection"},
{
name: "about",
id: "about",
},
name: "about", id: "about"},
{
name: "stockists",
id: "stockists",
},
name: "stockists", id: "stockists"},
{
name: "contact",
id: "contact",
},
name: "contact", id: "contact"},
]}
button={{
text: "bag (0)",
}}
text: "bag (0)"}}
brandName="mcs"
/>
</div>
@@ -54,30 +45,21 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "plain",
}}
variant: "plain"}}
title="a feeling.\na uniform.\na space."
description="SS25 — MUNICH"
kpis={[
{
value: "01",
label: "concept",
},
value: "01", label: "concept"},
{
value: "02",
label: "design",
},
value: "02", label: "design"},
{
value: "03",
label: "creation",
},
value: "03", label: "creation"},
]}
enableKpiAnimation={false}
buttons={[
{
text: "explore collection →",
href: "#collection",
},
text: "explore collection →", href: "#collection"},
]}
imageSrc="http://img.b2bpic.net/free-photo/drinking-water_23-2148023704.jpg"
mediaAnimation="none"
@@ -93,49 +75,19 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "product-1",
name: "KAFFEEMENÜ SHIRT",
price: "€89",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-straight-posing-front-black-blouse-black-pants-looking-attractive_176474-55516.jpg",
imageAlt: "monochrome t-shirt concrete background",
badge: "new",
id: "product-1", name: "KAFFEEMENÜ SHIRT", price: "€89", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-straight-posing-front-black-blouse-black-pants-looking-attractive_176474-55516.jpg", imageAlt: "monochrome t-shirt concrete background"
},
{
id: "product-2",
name: "BONJOUR PARIS TEE",
price: "€69",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448803.jpg",
imageAlt: "stylish black tee streetwear",
badge: "new",
id: "product-2", name: "BONJOUR PARIS TEE", price: "€69", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448803.jpg", imageAlt: "stylish black tee streetwear"
},
{
id: "product-3",
name: "MCS BABY TEE",
price: "€59",
imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-stylish-smiling-woman-wearing-loose-t-shirt-jean-shorts-pointing-blank-t-shirt_273609-311.jpg",
imageAlt: "black jersey t-shirt close up",
},
id: "product-3", name: "MCS BABY TEE", price: "€59", imageSrc: "http://img.b2bpic.net/free-photo/cropped-shot-stylish-smiling-woman-wearing-loose-t-shirt-jean-shorts-pointing-blank-t-shirt_273609-311.jpg", imageAlt: "black jersey t-shirt close up"},
{
id: "product-4",
name: "URBAN COACH JACKET",
price: "€249",
imageSrc: "http://img.b2bpic.net/free-photo/man-jacket-posing-with-hand-head_23-2148248458.jpg",
imageAlt: "recycled nylon jacket urban",
},
id: "product-4", name: "URBAN COACH JACKET", price: "€249", imageSrc: "http://img.b2bpic.net/free-photo/man-jacket-posing-with-hand-head_23-2148248458.jpg", imageAlt: "recycled nylon jacket urban"},
{
id: "product-5",
name: "STUDIO WIDE LEG PANT",
price: "€139",
imageSrc: "http://img.b2bpic.net/free-photo/cropped-stock-photo-unrecognizable-woman-white-shirt-formal-black-straight-trousers-black-leather-heels-standing-street-fashion-model-dresscode-concept_132075-9150.jpg",
imageAlt: "heavy jersey wide leg pants",
},
id: "product-5", name: "STUDIO WIDE LEG PANT", price: "€139", imageSrc: "http://img.b2bpic.net/free-photo/cropped-stock-photo-unrecognizable-woman-white-shirt-formal-black-straight-trousers-black-leather-heels-standing-street-fashion-model-dresscode-concept_132075-9150.jpg", imageAlt: "heavy jersey wide leg pants"},
{
id: "product-6",
name: "METROPOLE TOTE",
price: "€189",
imageSrc: "http://img.b2bpic.net/free-photo/funny-stylish-sexy-smiling-beautiful-young-hippie-woman-model-summer-white-hipster-clothes-posing-street_158538-11960.jpg",
imageAlt: "full grain leather tote bag",
},
id: "product-6", name: "METROPOLE TOTE", price: "€189", imageSrc: "http://img.b2bpic.net/free-photo/funny-stylish-sexy-smiling-beautiful-young-hippie-woman-model-summer-white-hipster-clothes-posing-street_158538-11960.jpg", imageAlt: "full grain leather tote bag"},
]}
title="collection"
description="curated essentials."
@@ -163,20 +115,13 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "navigation",
items: [
title: "navigation", items: [
{
label: "collection",
href: "#collection",
},
label: "collection", href: "#collection"},
{
label: "about",
href: "#about",
},
label: "about", href: "#about"},
{
label: "stockists",
href: "#stockists",
},
label: "stockists", href: "#stockists"},
],
},
]}