From f0be91255d179bcdf16018a387e896aeaa37ecd9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 07:43:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e43af49..4d82989 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,8 @@ export default function LandingPage() { sizing="medium" background="blurBottom" cardStyle="gradient-mesh" - primaryButtonStyle="flat" - secondaryButtonStyle="layered" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" headingFontWeight="bold" > -- 2.49.1