diff --git a/src/app/page.tsx b/src/app/page.tsx index 13e3030..8173209 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="solid" @@ -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?_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" } + { 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" } ]} rightCarouselItems={[ - { 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" } + { 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" } ]} buttons={[ { text: "Explore Collection", href: "#products" },