Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -67,17 +67,17 @@ export default function LandingPage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mannequins-with-womenswear_1203-830.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mannequins-with-womenswear_1203-830.jpg?_wi=1",
|
||||
imageAlt: "Black luxury outfit",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-posing-dark-sweater-standing-near-lamps_114579-81910.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-posing-dark-sweater-standing-near-lamps_114579-81910.jpg?_wi=1",
|
||||
imageAlt: "Red luxury outfit",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224624.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224624.jpg?_wi=1",
|
||||
imageAlt: "Beige luxury outfit",
|
||||
},
|
||||
{
|
||||
@@ -140,7 +140,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mannequins-with-womenswear_1203-830.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mannequins-with-womenswear_1203-830.jpg?_wi=2",
|
||||
imageAlt: "premium fabric texture luxury clothing",
|
||||
},
|
||||
{
|
||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-posing-dark-sweater-standing-near-lamps_114579-81910.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-girl-posing-dark-sweater-standing-near-lamps_114579-81910.jpg?_wi=2",
|
||||
imageAlt: "premium fabric texture luxury clothing",
|
||||
},
|
||||
{
|
||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224624.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/surrealist-portrait-fashionable-woman_23-2149224624.jpg?_wi=2",
|
||||
imageAlt: "premium fabric texture luxury clothing",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user