From 5bf91f3088eec242d82112245ad03f2daeb1ef1c Mon Sep 17 00:00:00 2001 From: development Date: Thu, 15 Jan 2026 10:47:48 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 71 +++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 35 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cd7c00d..1cd4c0b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -20,7 +20,6 @@ export default function AboutPage() { primaryButtonStyle="gradient" secondaryButtonStyle="glass" showBlurBottom={false} - headingFontWeight="semibold" > - + ); } \ No newline at end of file From 91cbadc5298c117aac0c3497acc72d72b27e06de Mon Sep 17 00:00:00 2001 From: development Date: Thu, 15 Jan 2026 10:47:49 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 75 ++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 37 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 1c39383..5bb6e3e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,7 +19,6 @@ export default function ContactPage() { primaryButtonStyle="gradient" secondaryButtonStyle="glass" showBlurBottom={false} - headingFontWeight="semibold" > - + ); } \ No newline at end of file From ca31e88525fb993bd2931ea51718cbd8c22b5c0d Mon Sep 17 00:00:00 2001 From: development Date: Thu, 15 Jan 2026 10:47:50 +0000 Subject: [PATCH 3/4] Update src/app/faq/page.tsx --- src/app/faq/page.tsx | 71 ++++++++++++++++++++++---------------------- 1 file changed, 36 insertions(+), 35 deletions(-) diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx index 577a367..b99cf02 100644 --- a/src/app/faq/page.tsx +++ b/src/app/faq/page.tsx @@ -19,7 +19,6 @@ export default function FaqPage() { primaryButtonStyle="gradient" secondaryButtonStyle="glass" showBlurBottom={false} - headingFontWeight="semibold" > - + ); } \ No newline at end of file From 05f079b0ef659661a5a1866e524cdec1f58dba9b Mon Sep 17 00:00:00 2001 From: development Date: Thu, 15 Jan 2026 10:47:51 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 75 ++++++++++++++++++++++++------------------------ 1 file changed, 38 insertions(+), 37 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index afa09b1..3022217 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,6 @@ export default function HomePage() { primaryButtonStyle="gradient" secondaryButtonStyle="glass" showBlurBottom={false} - headingFontWeight="semibold" > @@ -97,40 +96,42 @@ export default function HomePage() { /> - + ); } \ No newline at end of file