Skip to content

Conversation

@wab
Copy link
Contributor

@wab wab commented Jan 27, 2026

Summary

  • Phase 1: Extract Partners page from 1530 lines into 6 focused section components
  • Phase 2 prep: Add PRD, implementation plan, and stories for style components refactoring

Changes

Phase 1 - Component extraction

  • Split Partners.tsx into 6 section components:
    • hero-section.tsx
    • philosophy-section.tsx
    • ecosystem-section.tsx
    • partner-card.tsx
    • partner-form.tsx
    • cta-section.tsx
  • Extract partner data to data/partners-data.ts
  • Remove barrel files (atoms/index.ts, molecules/index.ts, organisms/index.ts)
  • Update all imports to use direct paths

Phase 2 - Specs & Stories

  • Add specs/partners-style-components.md (PRD)
  • Add specs/partners-implementation-plan.md
  • Add stories.json with 14 feature stories

Related Issue

Closes #18

Test plan

  • Build passes (pnpm run build)
  • TypeScript validates (pnpm exec tsc)
  • Tests pass (pnpm test)
  • Visual check: /partners renders identically

🤖 Generated with Claude Code

@vercel
Copy link

vercel bot commented Jan 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
prototype Ready Ready Preview, Comment Jan 27, 2026 10:20pm

- Add partners-style-components.md PRD with style/content separation patterns
- Add partners-implementation-plan.md with detailed implementation steps
- Add stories.json with 14 feature stories for phase 2
- Introduce local style wrappers pattern (single-file, non-exported)
- Define Text, IconBox, FormField atoms and compound components approach

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Partners Phase 2: Style Components & Composition

2 participants