mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 13:59:40 +02:00
feat(landing): add /features USP page with ratings and comparison
Adds a comprehensive features page listing all 12 USPs of the Mana platform with usefulness ratings (3-5 stars), detail bullet points, and a cost comparison section (Mana vs individual tools). Also fixes a devlog content schema error (category 'fix' -> 'bugfix') and adds a footer link to the new page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
03bcd5e7f3
commit
aa3f5d6407
3 changed files with 1032 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ const platformLinks = [
|
|||
{ label: 'Dashboard', href: 'https://mana.how' },
|
||||
{ label: 'Observatory', href: 'https://mana.how/observatory' },
|
||||
{ label: 'Alle Apps', href: '/apps' },
|
||||
{ label: 'Features', href: '/features' },
|
||||
{ label: 'Preise', href: '/pricing' },
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: 'mana-media als zentrale Bild-Pipeline + Effect-Depth-Fix'
|
|||
description: 'Kurzer Tag: Bild-Uploads aller 5 Module routen über mana-media (CAS, Thumbnails, EXIF, Photos-Galerie). Dazu der Fix für effect_update_depth_exceeded der seit dem Unified-App-Switch auf 6 Dashboard-Modulen heumkroch.'
|
||||
date: 2026-04-04
|
||||
author: 'Till Schneider'
|
||||
category: 'fix'
|
||||
category: 'bugfix'
|
||||
tags:
|
||||
['mana-media', 'cas', 'thumbnails', 'photos', 'svelte5', 'reactivity', 'liveQuery', 'guest-mode']
|
||||
featured: false
|
||||
|
|
|
|||
1030
apps/mana/apps/landing/src/pages/features.astro
Normal file
1030
apps/mana/apps/landing/src/pages/features.astro
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue