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.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; } -