From 5ad88638275f26980b2804bc82b230e55cfe629c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:33:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 145 +++++++++++++---------------------------------- 1 file changed, 39 insertions(+), 106 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e10744..6d4f759 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,27 +18,26 @@ export default function LandingPage() { defaultButtonVariant="hover-magnetic" defaultTextAnimation="background-highlight" borderRadius="pill" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" > -- 2.49.1