From 06a1008068fcadd1e066e3c610aeb6315da8c798 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 7 Jan 2026 10:39:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49ea27b..e94b4a8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,8 +20,8 @@ export default function LandingPage() { sizing="medium" background="noise" cardStyle="shadow-colored" - primaryButtonStyle="outline" - secondaryButtonStyle="solid" + primaryButtonStyle="flat" + secondaryButtonStyle="minimal" headingFontWeight="light" > ); -} \ No newline at end of file +}