From f65a77f8bb309d45393462f4cc70e18012d3fa9e Mon Sep 17 00:00:00 2001 From: development Date: Wed, 7 Jan 2026 10:39:40 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 23c7307..7f08b0e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1264,4 +1264,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} From 06a1008068fcadd1e066e3c610aeb6315da8c798 Mon Sep 17 00:00:00 2001 From: development Date: Wed, 7 Jan 2026 10:39:41 +0000 Subject: [PATCH 2/2] 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 +}