From 5c082b3105cdbe7688724e0b359e3ed906bfafd4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 21:31:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" }, -- 2.49.1