From fa37df319535ce1330d38dbb75a9542506aa0f65 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 17:28:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b611a3..e46a15c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="large" - background="blurBottom" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Now Open" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "radial-gradient" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-drink-glass-with-neo-futuristic-set_23-2150938296.jpg", imageAlt: "Premium signature Planetina cocktail with neon glow" @@ -79,7 +79,7 @@ export default function LandingPage() { { icon: Music, label: "Curated Playlists", value: "Daily" }, { icon: Users, label: "5-Star Reviews", value: "100%" } ]} - metricsAnimation="reveal-blur" + metricsAnimation="blur-reveal" useInvertedBackground={true} /> -- 2.49.1