From 13ef7cdddf0511c9e7c0eeebf77c953309a58831 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 08:39: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 5d0568c..d5a5f8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="largeSmallSizeMediumTitles" - background={{ variant: "plain" }} + background={ { variant: "plain" } } cardStyle="outline" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -43,7 +43,7 @@ export default function LandingPage() {