From 54f331fd36a9168da6be651ca999cd802dd0ffd5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 06:56:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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" }, -- 2.49.1