feat(landing): add shared-landing-ui package and manadeck landing page

- Create @manacore/shared-landing-ui package with reusable components
  (FeatureSection, StepsSection, FAQSection, CTASection, Card atoms)
- Add complete landing page for manadeck app
- Refactor märchenzauber landing to use shared components
  (remove local CTA, FAQ, Features, HowItWorks sections)
- Add German localization for manacore and memoro landing pages
- Update workspace configuration and package dependencies

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-11-25 03:03:41 +01:00
parent 4bdb5dea85
commit c6c4c5a552
52 changed files with 3519 additions and 381 deletions

View file

@ -4,6 +4,7 @@ packages:
- 'manacore'
- 'manadeck'
- 'memoro'
- 'picture'
# Sub-apps within projects
- 'maerchenzauber/apps/*'
@ -12,6 +13,8 @@ packages:
- 'manadeck/apps/*'
- 'manadeck/backend'
- 'memoro/apps/*'
- 'picture/apps/*'
- 'picture/packages/*'
# Future shared packages
# Shared packages
- 'packages/*'