From 73d58cebe40c093c4f12779d74f4305d0d75761d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:44:10 +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 1ffa96f..f98fc5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="medium" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -186,7 +186,7 @@ export default function LandingPage() { { text: "Get Directions", href: "#" }, { text: "Join Our Community", href: "#" } ]} - background={{ variant: "grid" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} buttonAnimation="slide-up" /> -- 2.49.1