fix: restore missing live-site page imagery

- recover and self-host HubSpot-injected page hero assets
- map source heroes to page and library layouts
- restore the consultation form background
- add page imagery auditing
- update asset inventory and migration documentation
This commit is contained in:
2026-06-08 13:17:27 -07:00
parent 96edc6e538
commit bfed3bee15
31 changed files with 119 additions and 9 deletions
+20
View File
@@ -0,0 +1,20 @@
export const pageHeroImages: Record<string, string> = {
'aba-therapy-intake-process': '/assets/images/hero-aba-therapy-intake-process.webp',
'aba-therapy': '/assets/images/hero-services-behavioral-aba.webp',
about: '/assets/images/hero-about.webp',
'autism-evaluations': '/assets/images/hero-services-psychological.webp',
careers: '/assets/images/hero-careers.webp',
'client-consultation': '/assets/images/hero-bg-blank.png',
'client-forms': '/assets/images/hero-client-forms.webp',
contact: '/assets/images/hero-contact-aia.webp',
'donate-autism-giveback': '/assets/images/hero-ways-to-giveback.webp',
'employee-portal': '/assets/images/hero-aba-employee-portal.webp',
faqs: '/assets/images/hero-faq.webp',
insurance: '/assets/images/hero-insurance-coverage-guide.webp',
'learner-social-club': '/assets/images/hero-services-sociological.webp',
'privacy-policy': '/assets/images/hero-bg-blank.png',
referrals: '/assets/images/hero-referrals.webp',
services: '/assets/images/hero-pediatric-services.webp',
team: '/assets/images/hero-meet-the-aia-team.webp',
tour: '/assets/images/hero-schedule-aia-tour.webp'
};