[Fix] Remove duplicate root page.tsx shadowing public landing
The leftover scaffold stub at src/app/page.tsx was resolving to / and
shadowing the real landing page at src/app/(public)/page.tsx, leaving
the site rendering only the title and tagline.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>