improvement(welcome): refresh landing copy + real npeter83 sample screenshots

Tighten the hero + feature cards to punchy one-liners and surface current
capabilities: swap the standalone channel-manager card for live YouTube
search (folding tagging into the readable card). Regenerate the three
preview images (feed, channels, playlists) from a rich real account instead
of the sparse demo, so the landing shows what a full instance looks like.
EN/HU/DE.
This commit is contained in:
npeter83 2026-07-01 12:01:42 +02:00
parent b8e1c9386e
commit c0ec1e9431
7 changed files with 38 additions and 38 deletions

View file

@ -7,7 +7,7 @@ import {
ListVideo,
Lock,
PlayCircle,
Tags,
Search,
X,
type LucideIcon,
} from "lucide-react";
@ -110,9 +110,9 @@ export default function Welcome() {
const FEATURES: { key: string; icon: LucideIcon }[] = [
{ key: "readable", icon: Filter },
{ key: "neverMiss", icon: Inbox },
{ key: "search", icon: Search },
{ key: "playlists", icon: ListVideo },
{ key: "player", icon: PlayCircle },
{ key: "channels", icon: Tags },
{ key: "private", icon: Lock },
];