diff --git a/src/app/page.tsx b/src/app/page.tsx index 56a8b16..cfc1dc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,16 +48,16 @@ export default function LandingPage() { description="Curated fashion for those who dare to be different. Explore our premium collection of contemporary clothing designed for confidence and elegance." background={{ variant: "floatingGradient" }} leftCarouselItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z8wg2p", imageAlt: "Fashion collection display 1" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y0w95o", imageAlt: "Fashion collection display 2" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=74h42o", imageAlt: "Fashion collection display 3" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bu89hj", imageAlt: "Fashion collection display 4" } + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z8wg2p&_wi=1", imageAlt: "Fashion collection display 1" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y0w95o&_wi=1", imageAlt: "Fashion collection display 2" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=74h42o&_wi=1", imageAlt: "Fashion collection display 3" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bu89hj&_wi=1", imageAlt: "Fashion collection display 4" } ]} rightCarouselItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y0w95o", imageAlt: "Fashion showcase 1" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=74h42o", imageAlt: "Fashion showcase 2" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bu89hj", imageAlt: "Fashion showcase 3" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z8wg2p", imageAlt: "Fashion showcase 4" } + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=y0w95o&_wi=2", imageAlt: "Fashion showcase 1" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=74h42o&_wi=2", imageAlt: "Fashion showcase 2" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bu89hj&_wi=2", imageAlt: "Fashion showcase 3" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=z8wg2p&_wi=2", imageAlt: "Fashion showcase 4" } ]} buttons={[ { text: "Shop Collection", href: "products" },