What problem does it solve? Building a high-converting quote request funnel on a static Next.js export is tricky because there is no backend to process forms or file uploads, and mobile users often abandon long forms before submitting photos of their renovation project. ## Core Features & Use Cases - Quote Page Structure: Provides a complete /quote page layout with stripped navigation, trust badges, photo guidance, embedded form, WhatsApp fallback, and FAQ sections. - Third-Party Form Embeds: Includes ready-to-use embed patterns for Tally and Typeform with dynamic height configuration, avoiding any backend code. - Photo Upload Guidance: Ships a PhotoUploadGuide component and optimal question ordering that places the photo upload step before contact info to maximize completions. - Use Case: A home renovation business needs a mobile-first quote funnel where customers upload 2-3 photos from their phone, with Italian/English i18n and a thank-you page redirect after submission. ## Quick Start Build the /quote page for my static Next.js site with a Tally form embed, photo upload guidance, WhatsApp fallback, and Italian translations.