1<section class="flex flex-col items-center gap-2 pt-10">
2 <header class="flex flex-col items-center">
3 <h1 class="text-5xl font-bold tracking-tighter text-orange-600">Comet</h1>
4 <p class="flex flex-col items-center text-center text-lg">
5 Your music, on ATProto.
6 </p>
7 </header>
8
9 <div>
10 <h2 class="text-2xl font-bold tracking-tighter text-orange-600">Why?</h2>
11 <ol class="list-disc">
12 <li>
13 free yourself from Big Tech™️; don't let them tell you what music you
14 can and can't make
15 </li>
16 <li>
17 Listen to music in full* quality, without being subject to horrendous
18 sounding data compression.
19 </li>
20 <li>
21 if I die, all your data is yours, and can be used by other projects!
22 </li>
23 <li>
24 Integrate your playback with <span class="text-teal-800 underline">
25 teal.fm
26 </span>
27 and let everyone else know what you're listening to!
28 </li>
29 <li>borpa</li>
30 </ol>
31 </div>
32</section>