From e0abb70686721d36d1d93c419d7b4f56758e46cc Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 12:53:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3afe217..6e4a4ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="medium" - background={{ variant: "circleGradient" }} + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="solid" -- 2.49.1