diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cb4e21..2670432 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,12 +48,12 @@ export default function LandingPage() { tagIcon={Sparkles} tagAnimation="slide-up" leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-boutique-twitter-header-template_23-2149306606.jpg", imageAlt: "Kairos Premium Collection 1" }, - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-women-stairs_23-2149329384.jpg", imageAlt: "Kairos Premium Collection 2" } + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-boutique-twitter-header-template_23-2149306606.jpg?_wi=1", imageAlt: "Kairos Premium Collection 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-women-stairs_23-2149329384.jpg?_wi=1", imageAlt: "Kairos Premium Collection 2" } ]} rightCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-women-stairs_23-2149329384.jpg", imageAlt: "Kairos Mediterranean Inspiration" }, - { imageSrc: "http://img.b2bpic.net/free-vector/gradient-boutique-twitter-header-template_23-2149306606.jpg", imageAlt: "Kairos Japanese Minimalism" } + { imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-women-stairs_23-2149329384.jpg?_wi=2", imageAlt: "Kairos Mediterranean Inspiration" }, + { imageSrc: "http://img.b2bpic.net/free-vector/gradient-boutique-twitter-header-template_23-2149306606.jpg?_wi=2", imageAlt: "Kairos Japanese Minimalism" } ]} buttons={[ { text: "Explore Collection", href: "#products" },