Contact Page
Submit a real form to the Hono backend.
This page stays pre-rendered on Firebase Hosting, but the form itself posts JSON to /api/contact and expects the backend to validate name, email, and message.
- Frontend route
/contact- API route
/api/contact- Validation
- Angular form checks first, then Hono validates again on submit.