From f64153938da6fb64bc927e4a6a208824195cb620 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:31:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 07e272c..82a7d4e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -47,36 +47,36 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1