# Phase 2.5 — Brand & Shell

Overlay copy (from the extracted folder root):

    cp -R phase25-brand-shell/resources/* ./resources/

Files replaced:
- resources/css/app.css              — DataSBJC indigo tokens (light + dark)
- resources/js/components/app-logo-icon.tsx  — bar-chart mark
- resources/js/components/app-sidebar.tsx    — full DataSBJC navigation
- resources/js/pages/data-manager/index.tsx  — restyled provider cards
- resources/js/pages/dashboard.tsx           — branded Home

The app name (DataSBJC) already comes from APP_NAME in .env and flows into the
logo via usePage().props.name — no code change needed for the wordmark text.

Then rebuild assets and clear caches:

    npm run build
    php artisan config:cache
    chown -R voiceagent:voiceagent /home/voiceagent/public_html/data.matladu.com

Nav items point at existing stub routes, so every link resolves. Badges on nav
items (New / counts) are a small follow-up that touches nav-main.tsx.
