From 270da5e30211d1ff6e01d70efbf1b44631472101 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:54:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 61dd795..1c6580c 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="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -45,7 +45,7 @@ export default function LandingPage() { @@ -200,7 +201,7 @@ export default function LandingPage() { { text: "Donate to Programs", href: "https://shaemade.com/donate" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1