Brian Helton's portfolio site exists as a Figma-exported React SPA in brianHeltonDotCom/. It has 3 pages (Home, Bio, Portfolio) with the Portfolio gated by a password — but the protection is entirely client-side (hardcoded password in JS, images publicly accessible). We need to turn this into a production site backed by Laravel 12 so the portfolio content is truly protected server-side. Then commit and push to git@github.com:collegeman/brianhelton.com.git.
Laravel serves the React SPA + provides API routes for portfolio auth: