diff --git a/src/app/page.tsx b/src/app/page.tsx index e872a6a..453f81d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="medium" - background="blurBottom" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="glass" @@ -44,7 +44,7 @@ export default function LandingPage() { tag="Welcome to ImageShare" tagIcon={Camera} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/couple-tourists-with-photography-mountain_1150-7518.jpg", imageAlt: "Landscape photography" }, { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-portrait_23-2149213171.jpg", imageAlt: "Portrait photography" },