mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:01:08 +02:00
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:
parent
4bdb5dea85
commit
c6c4c5a552
52 changed files with 3519 additions and 381 deletions
|
|
@ -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/*'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue