# Task Tracker — Hero Redesign & Podcast Enhancements

- `[x]` **Database & Backend**
  - `[x]` Copy images from `IMAGES/` to `public/images/`
  - `[x]` Add new routes to `routes/web.php`
  - `[x]` Add methods to `PageController.php`
  - `[x]` Update Navigation and Footer in `app.blade.php`
  - `[x]` Update Bio and add fellowships to `about.blade.php`
  - `[x]` Create `tv-show.blade.php`
  - `[x]` Create `art4change.blade.php`
  - `[x]` Update Social links in `contact.blade.php`
  - `[x]` Update Social links in Podcast views (`index`, `show`, `guest`)
  - `[x]` Add admin routes for hero videos
  - `[x]` Create admin views for hero videos CRUD
  - `[x]` Update episode create/edit views with new fields

- `[x]` **Homepage Hero Redesign**
  - `[x]` Redesign home.blade.php hero section (split layout, blur background)
  - `[x]` Add looping video cards with pause-on-hover
  - `[x]` Add CSS for hero blur effect and marquee animation

- `[x]` **Podcast Single Pager**
  - `[x]` Redesign podcast/show.blade.php with new fields

- `[x]` **Build & Verify**
  - `[x]` npm run build
  - `[x]` Visual verification
