From 7523e2ee2e7b5eba886bb37ebdc77726820cad80 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 04:19:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 332 +++++------------------------------------------ 1 file changed, 33 insertions(+), 299 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c8c76fd..9036c8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,32 +22,20 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSmallSizeLargeTitles" - background="floatingGradient" - cardStyle="layered-gradient" - primaryButtonStyle="shadow" - secondaryButtonStyle="layered" + background="none" + cardStyle="solid" + primaryButtonStyle="flat" + secondaryButtonStyle="solid" headingFontWeight="medium" > -
- -
-
@@ -376,49 +147,12 @@ export default function LandingPage() {
); -} +} \ No newline at end of file