Merge version_1 into main #2
@@ -38,30 +38,30 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
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/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg", 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/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg", 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", 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"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg", 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/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg", 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/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg", 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/pensive-curly-haired-woman-carried-rolled-kareamt-bottle-watter-dressed-beige-tracksuit-concentrated-away-stands-near-building_273609-55516.jpg", 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"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg", imageAlt: "apparel front product minimal clean"
|
||||
}
|
||||
]}
|
||||
carouselPosition="right"
|
||||
@@ -86,15 +86,15 @@ export default function LandingPage() {
|
||||
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"
|
||||
reviewCount: "Limited Release", imageSrc: "http://img.b2bpic.net/free-photo/textured-fabric-close-up-grey-shades-linen-texture-background_84443-55389.jpg", 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"
|
||||
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", 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"
|
||||
reviewCount: "Limited Release", imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448774.jpg", imageAlt: "Product front detail"
|
||||
}
|
||||
]}
|
||||
title="Limited First Release"
|
||||
@@ -114,9 +114,10 @@ export default function LandingPage() {
|
||||
{ value: "100%", title: "Uncompromising" },
|
||||
{ value: "1", title: "Drop Only" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/fitness-woman-working-out-with-battle-ropes-gym_342744-4.jpg"
|
||||
imageAlt="UNBRKABLE ethos"
|
||||
mediaAnimation="none"
|
||||
metricsAnimation="none"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user