A React + Vite implementation of the Multi-step Form Figma Template from BRIX Templates.
- Step 1: Personal information (name, email, company, role, phone)
- Step 2: Plan type selection (Individual, Business, Enterprise, etc.)
- Step 3: Job category selection with radio cards
- Step 4: Review & submit
Design implemented identically to the Figma CSS specifications with:
- Inter font family
- Exact color palette (#F1F0FB, #4A3AFF, #170F49, etc.)
- Shadows, borders, and gradients from the design
- Responsive layout with max-width constraints
npm install
npm run devThen open http://localhost:5173
npm run build