From 558397c7385be0178d8a19e7e3f4284285736e16 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 14:21:23 +0000 Subject: [PATCH 1/4] 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 5de71b6..085ef6d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -100,8 +100,8 @@ export default function AboutPage() { ]} buttonAnimation="slide-up" ariaLabel="About us values feature section" - titleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" - descriptionClassName="text-base text-[var(--foreground)] opacity-85" + textBoxTitleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-base text-[var(--foreground)] opacity-85" cardClassName="p-6 rounded-2xl border border-[var(--accent)] bg-[var(--card)] hover:shadow-lg transition-all" cardTitleClassName="font-semibold" iconClassName="w-10 h-10 text-[var(--primary-cta)]" -- 2.49.1 From 473bf275ee90ccac427b168a84d554143496065d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 14:21:24 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 95b13c3..3f91412 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -141,8 +141,8 @@ export default function HomePage() { ]} buttonAnimation="slide-up" ariaLabel="Services feature section" - titleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" - descriptionClassName="text-base text-[var(--foreground)] opacity-85" + textBoxTitleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-base text-[var(--foreground)] opacity-85" cardClassName="p-6 rounded-2xl border border-[var(--accent)] bg-[var(--card)] hover:shadow-lg transition-all" cardTitleClassName="font-semibold" iconClassName="w-10 h-10 text-[var(--primary-cta)]" @@ -183,7 +183,7 @@ export default function HomePage() { ]} buttonAnimation="slide-up" ariaLabel="Why choose us metrics section" - titleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" + textBoxTitleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" valueClassName="text-3xl md:text-4xl font-bold text-[var(--primary-cta)]" metricTitleClassName="text-lg font-semibold text-[var(--foreground)]" /> @@ -248,8 +248,8 @@ export default function HomePage() { ]} buttonAnimation="slide-up" ariaLabel="Service areas coverage section" - titleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" - descriptionClassName="text-base text-[var(--foreground)] opacity-85" + textBoxTitleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-base text-[var(--foreground)] opacity-85" logoTextClassName="text-lg font-semibold text-[var(--foreground)]" /> -- 2.49.1 From b8eed77dbb1b10d223a1bf2fcc23494db447871b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 14:21:24 +0000 Subject: [PATCH 3/4] Update src/app/service-areas/page.tsx --- src/app/service-areas/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/service-areas/page.tsx b/src/app/service-areas/page.tsx index 342795b..fcb9062 100644 --- a/src/app/service-areas/page.tsx +++ b/src/app/service-areas/page.tsx @@ -100,8 +100,8 @@ export default function ServiceAreasPage() { ]} buttonAnimation="slide-up" ariaLabel="Service areas coverage feature section" - titleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" - descriptionClassName="text-base text-[var(--foreground)] opacity-85" + textBoxTitleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-base text-[var(--foreground)] opacity-85" cardClassName="p-6 rounded-2xl border border-[var(--accent)] bg-[var(--card)] hover:shadow-lg transition-all" cardTitleClassName="font-semibold" iconClassName="w-10 h-10 text-[var(--primary-cta)]" @@ -131,8 +131,8 @@ export default function ServiceAreasPage() { ]} buttonAnimation="slide-up" ariaLabel="Neighborhood highlights social proof section" - titleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" - descriptionClassName="text-base text-[var(--foreground)] opacity-85" + textBoxTitleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-base text-[var(--foreground)] opacity-85" logoTextClassName="text-lg font-semibold text-[var(--foreground)]" /> -- 2.49.1 From 896ee4d97b1ab5804190559b0dc6ac174e50135c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 14:21:25 +0000 Subject: [PATCH 4/4] 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 2c6c243..90a194b 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -119,8 +119,8 @@ export default function ServicesPage() { ]} buttonAnimation="slide-up" ariaLabel="Detailed services feature section" - titleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" - descriptionClassName="text-base text-[var(--foreground)] opacity-85" + textBoxTitleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-base text-[var(--foreground)] opacity-85" cardClassName="p-6 rounded-2xl border border-[var(--accent)] bg-[var(--card)] hover:shadow-lg transition-all" cardTitleClassName="font-semibold" iconClassName="w-10 h-10 text-[var(--primary-cta)]" @@ -165,8 +165,8 @@ export default function ServicesPage() { ]} buttonAnimation="slide-up" ariaLabel="Service pricing section" - titleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" - descriptionClassName="text-base text-[var(--foreground)] opacity-85" + textBoxTitleClassName="text-3xl md:text-4xl font-bold text-[var(--foreground)]" + textBoxDescriptionClassName="text-base text-[var(--foreground)] opacity-85" cardClassName="p-6 rounded-2xl border border-[var(--accent)] bg-[var(--card)] hover:shadow-lg transition-all" cardTitleClassName="font-semibold" iconClassName="w-10 h-10 text-[var(--primary-cta)]" -- 2.49.1