From 7847fe3e79cb1f3686b314453cec835f6b10011f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 04:50:00 +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 2739d3b..f885b5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLarge" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -59,7 +59,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ - variant: "noise" + variant: "noiseDiagonalGradient" }} mediaItems={[ { -- 2.49.1