From c8b44155ac679e4b43e00069bf5843964741b726 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:53:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60fcba6..61dd795 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="circleGradient" + background="aurora" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -197,7 +200,7 @@ export default function LandingPage() { { text: "Donate to Programs", href: "https://shaemade.com/donate" } ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} useInvertedBackground={false} /> -- 2.49.1