From 24a008547ec27cba8b78ebb63414f5a4c38be701 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:41:31 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 07df978..45f4bb1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -141,7 +141,7 @@ export default function AboutPage() { className="py-16 md:py-24 bg-background-accent/20" containerClassName="max-w-6xl mx-auto" textBoxClassName="text-center mb-12" - titleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" + textBoxTitleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" /> -- 2.49.1 From d8dbe31b317861fd8ed357bf9c0d87f7eac42d7b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:41:32 +0000 Subject: [PATCH 2/3] 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 4616e33..eb3716f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,7 +129,7 @@ export default function HomePage() { className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto" textBoxClassName="text-center mb-12" - titleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" + textBoxTitleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" cardTitleClassName="text-lg font-manrope font-semibold text-foreground" textBoxDescriptionClassName="text-lg text-foreground/70 mt-3" /> @@ -236,7 +236,7 @@ export default function HomePage() { className="py-16 md:py-24 bg-background-accent/20" containerClassName="max-w-6xl mx-auto" textBoxClassName="text-center mb-12" - titleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" + textBoxTitleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" /> -- 2.49.1 From f646433f6302b66c62a56cc85359d33b94a5428f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:41:33 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 7031ed1..a391cee 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -76,7 +76,7 @@ export default function ServicesPage() { className="py-16 md:py-24" containerClassName="max-w-6xl mx-auto" textBoxClassName="text-center mb-12" - titleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" + textBoxTitleClassName="text-4xl md:text-5xl font-manrope font-semibold text-foreground" cardTitleClassName="text-lg font-manrope font-semibold text-foreground" textBoxDescriptionClassName="text-lg text-foreground/70 mt-3" /> -- 2.49.1