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} />