--- ### ALL PAGES ### layout: blueprint/index permalink: /test/components/hero-demo-form ### PAGE CONFIG ### asset_path: index sitemap: include: false meta: title: "Hero Demo: Form Type" description: "Test page demonstrating the form hero demo type" index: false # Hero Section hero: tagline: "Form demo" headline: "Get your custom" headline_accent: "quote" description: "Tell us about your project and we'll get back to you within 24 hours" demo: enabled: true type: "form" placement: "bottom" options: class: "mw-lg" redirect: "/contact" subtext: "We respond within 24 hours" fields: - name: "industry" label: "Industry" icon: "building" type: "select" size: "half" placeholder: "Select industry" options: - value: "technology" label: "Technology" - value: "healthcare" label: "Healthcare" - value: "finance" label: "Finance" - value: "retail" label: "Retail" - name: "company_size" label: "Company size" icon: "users" type: "select" size: "half" placeholder: "Select size" options: - value: "1-10" label: "1-10 employees" - value: "11-50" label: "11-50 employees" - value: "51-200" label: "51-200 employees" - value: "200+" label: "200+ employees" - name: "message" label: "Tell us about your project" icon: "comment" type: "textarea" size: "full" placeholder: "Describe your goals, challenges, or questions..." rows: 4 required: true button: text: "Get quote" icon: "paper-plane" full_width: true class: "btn-adaptive-inverse" primary_button: text: "Get started free" icon: "rocket" href: "/dashboard" class: "btn-light" secondary_button: text: "Explore solutions" icon: "book-open" href: "/pricing" class: "btn-outline-light" ---