From 79c672486bd0f8498013176273eb106c312dc8e6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:13:07 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 1de8d41..c50c26d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -165,8 +165,8 @@ export default function AboutPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" containerClassName="max-w-6xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" valueClassName="text-5xl font-bold text-primary-cta" /> -- 2.49.1 From a2c4e9c3c9f23c1c510219320795158dc07e514c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:13:07 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 641224a..d7c6344 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -175,8 +175,8 @@ export default function HomePage() { gridVariant="three-columns-all-equal-width" animationType="scale-rotate" containerClassName="max-w-7xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" /> @@ -193,8 +193,8 @@ export default function HomePage() { speed={50} showCard={true} containerClassName="max-w-6xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" logoTextClassName="font-semibold text-foreground text-lg" /> @@ -230,8 +230,8 @@ export default function HomePage() { gridVariant="uniform-all-items-equal" animationType="slide-up" containerClassName="max-w-6xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" valueClassName="text-5xl font-bold text-primary-cta" /> @@ -308,8 +308,8 @@ export default function HomePage() { }, ]} containerClassName="max-w-7xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + cardTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" /> -- 2.49.1 From 7be63f37dc5428e53db106a808a63f3860edc9ac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 21:13:08 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6eee31d..2faaa3a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -141,8 +141,8 @@ export default function ServicesPage() { gridVariant="three-columns-all-equal-width" animationType="scale-rotate" containerClassName="max-w-7xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" /> @@ -181,8 +181,8 @@ export default function ServicesPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" containerClassName="max-w-7xl" - titleClassName="text-4xl font-bold text-foreground mb-4" - descriptionClassName="text-lg text-foreground/70 mb-12" + textBoxTitleClassName="text-4xl font-bold text-foreground mb-4" + textBoxDescriptionClassName="text-lg text-foreground/70 mb-12" valueClassName="text-5xl font-bold text-primary-cta" /> -- 2.49.1