Bug Fixes
- add data-scroll-behavior=smooth on html to clear next.js route transition warning
- use shared skeleton in detail page inline loading to fix faint skeleton against page bg
- update favicon configuration for improved icon support
- add missing favicon entries for improved icon support
- pin static lastmod for 26 routes to stop daily sitemap signal decay
Features
- add shared BusinessDetailsSkeleton matching dashboard layout padding
- add shared BusinessesPageSkeleton for list page loading state
- add /support link to Resources column for indexing discovery
Performance Improvements
- lazy-load contacts query behind active tab and render full skeleton on session load
- narrow business include type and add enabled option to useContacts hook
- select only id, name, industry from business join to shrink payload
