From a952ee54eb7c33f22e97376679dbd43fc66597bc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 01:39:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 123 +++++++++++------------------------------------ 1 file changed, 27 insertions(+), 96 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f8e0f2..ddcdbdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,9 +18,9 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="medium" - background="noise" - cardStyle="outline" - primaryButtonStyle="diagonal-gradient" + background="none" + cardStyle="solid" + primaryButtonStyle="flat" secondaryButtonStyle="solid" headingFontWeight="bold" > @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -48,42 +42,27 @@ export default function LandingPage() {
@@ -92,29 +71,14 @@ export default function LandingPage() { @@ -143,43 +100,18 @@ export default function LandingPage() { ); -} +} \ No newline at end of file