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