From 669edff1d655d705e68cbfcd8cd0d9c61a92b808 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 12:18:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 128 ++++++++++++----------------------------------- 1 file changed, 31 insertions(+), 97 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c4fd8c..e156490 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,28 +19,22 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSizeMediumTitles" - background="aurora" - cardStyle="glass-depth" - primaryButtonStyle="double-inset" - secondaryButtonStyle="radial-glow" - headingFontWeight="medium" + background="none" + cardStyle="solid" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" + headingFontWeight="bold" > @@ -205,29 +149,19 @@ export default function LandingPage() {