Add FuneralFinder v2 — quick-form stepped search widget

- 4-step vertical form: intent, planning-for, type, location
- Sequential unlock: each step enables when the previous is filled
- Step circles (48px, brand-200) transition to brand-500 check on completion
- Connector lines between circles for visual progression
- Conditional logic: arrange-now auto-sets step 2 to "Someone else"
- CTA disabled until location filled, trust signal below
- Display serif heading + subheading with divider
- Critique 33/40 (Good), Audit 18/20 (Excellent)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-26 17:27:18 +11:00
parent fef27a2701
commit cc87827c39
3 changed files with 565 additions and 0 deletions

View File

@@ -4,3 +4,9 @@ export {
type FuneralTypeOption,
type FuneralSearchParams,
} from './FuneralFinder';
export {
FuneralFinderV2,
type FuneralFinderV2Props,
type FuneralFinderV2SearchParams,
} from './FuneralFinderV2';