From 924575360f3de718c4d031dd2e22d63867f596ad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 06:19:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2530dd3..b8ba392 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="blurBottom" + background="circleGradient" cardStyle="inset" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -44,7 +44,7 @@ export default function LandingPage() { description="Mix, match, and style iconic outfits inspired by ENHYPEN members. Express your K-pop fashion sense with our interactive outfit builder." tag="Fashion Creator" tagAnimation="slide-up" - background={{ variant: "blurBottom" }} + background={{ variant: "canvas-reveal" }} buttons={[ { text: "Start Creating", href: "#features" }, { text: "Explore Gallery", href: "#testimonials" } -- 2.49.1