From 1d952dd7f5d149d9580b26dfd20863d104fd5807 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 23:22:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e41091a..872a6fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="largeSmallSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -45,13 +45,13 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1