Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 26266d0135 | |||
| 078e00abdc | |||
| 69dcd653e4 |
@@ -36,34 +36,8 @@ export default function LandingPage() {
|
|||||||
title="NO MATTER WHAT."
|
title="NO MATTER WHAT."
|
||||||
description="March 15 · 14:00 CET\n\nSecure your first access to UNBRKABLE's limited release. Email list gets priority."
|
description="March 15 · 14:00 CET\n\nSecure your first access to UNBRKABLE's limited release. Email list gets priority."
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
leftCarouselItems={[
|
leftCarouselItems={[]}
|
||||||
{
|
rightCarouselItems={[]}
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg?_wi=1", imageAlt: "fabric macro textile weave detail"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg?_wi=1", imageAlt: "athletic training model performance wear"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg?_wi=1", imageAlt: "apparel front product minimal clean"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg?_wi=2", imageAlt: "apparel back product minimal clean"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
rightCarouselItems={[
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg?_wi=1", imageAlt: "lifestyle performance discipline athletic dark"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg?_wi=2", imageAlt: "fabric macro textile weave detail"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg?_wi=2", imageAlt: "athletic training model performance wear"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg?_wi=3", imageAlt: "apparel front product minimal clean"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
carouselPosition="right"
|
carouselPosition="right"
|
||||||
buttons={[{ text: "GET PRIORITY ACCESS", href: "#contact" }, { text: "SUBSCRIBE", href: "#contact" }]}
|
buttons={[{ text: "GET PRIORITY ACCESS", href: "#contact" }, { text: "SUBSCRIBE", href: "#contact" }]}
|
||||||
buttonAnimation="none"
|
buttonAnimation="none"
|
||||||
@@ -72,6 +46,31 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="teaser-video" data-section="teaser-video">
|
<div id="teaser-video" data-section="teaser-video">
|
||||||
|
<ProductCardTwo
|
||||||
|
products={[
|
||||||
|
{
|
||||||
|
id: "1", name: "Performance Engineered Fabric", price: "First Drop Only", imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg?_wi=3", imageAlt: "Premium performance fabric", brand: "UNBRKABLE", rating: 5, reviewCount: "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "2", name: "Training Edition", price: "First Drop Only", imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg?_wi=3", imageAlt: "Athlete in training gear", brand: "UNBRKABLE", rating: 5, reviewCount: "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "3", name: "Precision Cut", price: "First Drop Only", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg?_wi=4", imageAlt: "Product front detail", brand: "UNBRKABLE", rating: 5, reviewCount: "0"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: "4", name: "Lifestyle Collection", price: "First Drop Only", imageSrc: "http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg?_wi=1", imageAlt: "Lifestyle performance discipline athletic", brand: "UNBRKABLE", rating: 5, reviewCount: "0"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
title="Limited First Release"
|
||||||
|
description="Gallery teaser of the pieces from this drop."
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
gridVariant="bento-grid"
|
||||||
|
animationType="none"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="product-grid" data-section="product-grid">
|
||||||
<ContactText
|
<ContactText
|
||||||
text="Built for those who refuse to break."
|
text="Built for those who refuse to break."
|
||||||
animationType="background-highlight"
|
animationType="background-highlight"
|
||||||
@@ -81,31 +80,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="product-grid" data-section="product-grid">
|
|
||||||
<ProductCardTwo
|
|
||||||
products={[
|
|
||||||
{
|
|
||||||
id: "1", brand: "UNBRKABLE", name: "Performance Engineered Fabric", price: "First Drop Only", rating: 5,
|
|
||||||
reviewCount: "Limited Release", imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg?_wi=3", imageAlt: "Premium performance fabric"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "2", brand: "UNBRKABLE", name: "Training Edition", price: "First Drop Only", rating: 5,
|
|
||||||
reviewCount: "Limited Release", imageSrc: "http://img.b2bpic.net/free-photo/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg?_wi=3", imageAlt: "Athlete in training gear"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "3", brand: "UNBRKABLE", name: "Precision Cut", price: "First Drop Only", rating: 5,
|
|
||||||
reviewCount: "Limited Release", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg?_wi=4", imageAlt: "Product front detail"
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
title="Limited First Release"
|
|
||||||
description="No restocks. No compromises. Engineered for discipline."
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
animationType="none"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="values" data-section="values">
|
<div id="values" data-section="values">
|
||||||
<MetricSplitMediaAbout
|
<MetricSplitMediaAbout
|
||||||
title="FAITH. DISCIPLINE. RESILIENCE."
|
title="FAITH. DISCIPLINE. RESILIENCE."
|
||||||
|
|||||||
Reference in New Issue
Block a user