diff --git a/src/app/page.tsx b/src/app/page.tsx index 786ee59..3550871 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,16 +49,16 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478962.jpg", imageAlt: "Vatican Apollo Collection Piece 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901817.jpg", imageAlt: "Vatican Apollo Collection Piece 2" }, - { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-thrift-store-instagram-post-set_23-2150109279.jpg", imageAlt: "Vatican Apollo Collection Piece 3" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-couch-with-man_23-2148857577.jpg", imageAlt: "Vatican Apollo Collection Piece 4" } + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478962.jpg?_wi=1", imageAlt: "Vatican Apollo Collection Piece 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901817.jpg?_wi=1", imageAlt: "Vatican Apollo Collection Piece 2" }, + { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-thrift-store-instagram-post-set_23-2150109279.jpg?_wi=1", imageAlt: "Vatican Apollo Collection Piece 3" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-couch-with-man_23-2148857577.jpg?_wi=1", imageAlt: "Vatican Apollo Collection Piece 4" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901817.jpg", imageAlt: "Vatican Apollo Collection Piece 5" }, - { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-thrift-store-instagram-post-set_23-2150109279.jpg", imageAlt: "Vatican Apollo Collection Piece 6" }, - { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-couch-with-man_23-2148857577.jpg", imageAlt: "Vatican Apollo Collection Piece 7" }, - { imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478962.jpg", imageAlt: "Vatican Apollo Collection Piece 8" } + { imageSrc: "http://img.b2bpic.net/free-photo/trendy-colour-swatches-collage_23-2149901817.jpg?_wi=2", imageAlt: "Vatican Apollo Collection Piece 5" }, + { imageSrc: "http://img.b2bpic.net/free-psd/flat-design-thrift-store-instagram-post-set_23-2150109279.jpg?_wi=2", imageAlt: "Vatican Apollo Collection Piece 6" }, + { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-couch-with-man_23-2148857577.jpg?_wi=2", imageAlt: "Vatican Apollo Collection Piece 7" }, + { imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478962.jpg?_wi=2", imageAlt: "Vatican Apollo Collection Piece 8" } ]} buttons={[ { text: "Shop Now", href: "#shop" },