From dde4e55e4d9baf9d7bf4a6bde0728af5b5fe5cec Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 18:20:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6e74127..90d9901 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,10 +20,10 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumLarge" - background="floatingGradient" + background="none" cardStyle="outline" - primaryButtonStyle="shadow" - secondaryButtonStyle="glass" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" headingFontWeight="bold" > @@ -41,7 +41,7 @@ export default function LandingPage() {