Skip to content

feat(content): revamp "La solution" section layout#131

Merged
wazolab merged 2 commits intodevelopfrom
feat/revamp-solution-section
Apr 1, 2026
Merged

feat(content): revamp "La solution" section layout#131
wazolab merged 2 commits intodevelopfrom
feat/revamp-solution-section

Conversation

@wazolab
Copy link
Copy Markdown
Member

@wazolab wazolab commented Apr 1, 2026

Summary

  • Replace the 3-step numbered card layout (LandingSteps) with a new LandingSolution component
  • New layout: header → intro paragraph → 2 cards (side-by-side on desktop, stacked on mobile) → conclusion paragraph → SVG schema diagram
  • Move the SVG schema from LandingPractice into LandingSolution
  • Update content files in all 3 locales (FR, EN, ES)
  • Add tests for the new LandingSolution component

Test plan

  • pnpm lint:fix — clean
  • pnpm test:run — all 49 tests pass
  • Visual check: section shows header → intro → 2 cards → conclusion → schema diagram
  • Mobile: cards stack vertically
  • Desktop: cards side-by-side

Closes #130

Replace the 3-step numbered card layout (LandingSteps) with a new
LandingSolution component featuring header, intro paragraph, 2-card
grid, conclusion paragraph, and embedded SVG schema diagram. Move
schema from LandingPractice into LandingSolution.

Closes #130
@wazolab wazolab self-assigned this Apr 1, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

Lighthouse Report

URL Performance Accessibility Best Practices SEO
/fr 55 96 100 100
/fr/contact 87 96 100 100
/fr/docs/how-it-works/replication 79 94 100 100

- Delete unused LandingSteps component
- Remove number prop and arrow CSS from LandingStep
- Use LandingSectionHeader in LandingPractice for consistency
- Update tests to match simplified components
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 1, 2026

Lighthouse Report

URL Performance Accessibility Best Practices SEO
/fr 55 96 100 100
/fr/contact 87 96 100 100
/fr/docs/how-it-works/replication 78 94 100 100

@wazolab wazolab merged commit 31f6fb8 into develop Apr 1, 2026
2 checks passed
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.

feat(content): revamp "La solution" section on landing page

1 participant