From fe5c104a87af21d919fc6e5bc7654657cdb5d0af Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:43:01 +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 176437e..3985cd6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background="fluid" + background="circleGradient" cardStyle="solid" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -204,7 +204,7 @@ export default function LandingPage() { { text: "Browse All Accounts", href: "#accounts" }, { text: "Contact Support", href: "mailto:support@pubghub.com" }, ]} - background={{ variant: "fluid" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} /> -- 2.49.1