"use client"; import { Sparkles, ChevronRight } from "lucide-react"; import { Card } from "@/components/ui/Card"; export function HowItWorks() { return (

How It Works

Analyzes your listening history and library using Last.fm similarity data

Discovers similar artists across tiers: High (80-100%), Medium (50-79%), Explore (30-49%), Wild Cards (0-29%)

One song per album downloads the full album to /music/discovery

Liked albums move to your library. Others removed at week end.

Albums won't repeat for 6 months

If albums aren't available, they're automatically replaced and you can still preview them via Deezer

); }