From 4a2087d4e34c2589005f6eb621cac015afb36ee3 Mon Sep 17 00:00:00 2001 From: Jeffrey Hales Date: Tue, 16 Jun 2026 17:29:02 -0700 Subject: [PATCH] refactor(styles): replace cream-section with section-tint in home components and TeamPage Co-Authored-By: Claude Sonnet 4.6 --- www/src/components/TeamPage.astro | 3 +-- www/src/components/home/HomeBenefits.astro | 2 +- www/src/components/home/HomeEsa.astro | 2 +- www/src/components/home/HomeProcess.astro | 2 +- www/src/components/home/HomeTestimonials.astro | 2 +- 5 files changed, 5 insertions(+), 6 deletions(-) diff --git a/www/src/components/TeamPage.astro b/www/src/components/TeamPage.astro index df65dd2..f62f326 100644 --- a/www/src/components/TeamPage.astro +++ b/www/src/components/TeamPage.astro @@ -44,7 +44,7 @@ const groups = [

AIA's clinical team consists of experienced professionals and paraprofessionals as well as Board Certified Behavior Analysts (BCBA) and Psychologists who have diverse experience and expertise.

{groups.map((group) => ( -
+

{group.title}

{group.tagline &&

{group.tagline}

} @@ -77,7 +77,6 @@ const groups = [ .team-intro { padding-block: 4rem; text-align: center; } .team-intro .script-label { font-size: 1.8rem; } .team-group { padding-block: 2rem 4rem; text-align: center; } - .team-group--tinted { background: var(--color-tint); } .team-group h2 { margin: 0 auto 1rem; max-width: 760px; } .team-group__tagline { font-size: 1.125rem; margin: 0 auto 2rem; } .team-grid { display: flex; flex-wrap: wrap; gap: 2rem 1.5rem; justify-content: center; } diff --git a/www/src/components/home/HomeBenefits.astro b/www/src/components/home/HomeBenefits.astro index 7186a87..084443e 100644 --- a/www/src/components/home/HomeBenefits.astro +++ b/www/src/components/home/HomeBenefits.astro @@ -11,7 +11,7 @@ const { section } = Astro.props; } -
+

{section.heading}

diff --git a/www/src/components/home/HomeEsa.astro b/www/src/components/home/HomeEsa.astro index e031dc7..12c43d5 100644 --- a/www/src/components/home/HomeEsa.astro +++ b/www/src/components/home/HomeEsa.astro @@ -11,7 +11,7 @@ const { section } = Astro.props; } -
+

{section.heading}

diff --git a/www/src/components/home/HomeProcess.astro b/www/src/components/home/HomeProcess.astro index c53df35..2b6882c 100644 --- a/www/src/components/home/HomeProcess.astro +++ b/www/src/components/home/HomeProcess.astro @@ -3,7 +3,7 @@ import type { ProcessSection } from '../../types/home-sections'; interface Props { section: ProcessSection } const { section } = Astro.props; --- -
+

{section.heading}

diff --git a/www/src/components/home/HomeTestimonials.astro b/www/src/components/home/HomeTestimonials.astro index 5a41a0f..2f8c06e 100644 --- a/www/src/components/home/HomeTestimonials.astro +++ b/www/src/components/home/HomeTestimonials.astro @@ -3,7 +3,7 @@ import type { TestimonialsSection } from '../../types/home-sections'; interface Props { section: TestimonialsSection } const { section } = Astro.props; --- -
+

{section.heading}