diff --git a/src/app/zxdb/page.tsx b/src/app/zxdb/page.tsx index 0af1e1b..59873a9 100644 --- a/src/app/zxdb/page.tsx +++ b/src/app/zxdb/page.tsx @@ -8,85 +8,153 @@ export const revalidate = 3600; export default async function Page() { return ( -
-

ZXDB Explorer

-

Choose what you want to explore.

- -
-
- -
-
- -
-
- -
-
- -
-
- -
-
-
- -
-
-
Entries
-
Browse software entries with filters
+
+
+
+
+
+ ZXDB + Explorer +
+

ZXDB Explorer

+

+ Trace Spectrum-era software across entries, releases, magazines, and labels with deep links and fast filters. +

+
+ Browse entries + Latest releases + Magazine issues + People & labels +
+
+
+
+
+
Jump straight in
+
+
+ + +
+
+ + +
+ +
- -
+
+ -
- -
-
-
- +
+
+

Start exploring

+ Pick a path to dive deeper +
+
+
+ +
+
+
+ +
+
Entries
+
Search + filter titles
+
+
+
-
-
Releases
-
Drill into releases and downloads
+ +
+
+ +
+
+
+ +
+
Releases
+
Downloads + media
+
+
+
+
+ +
+
+ +
+
+
+ +
+
Magazines
+
Issues + references
+
+
+
+
+ +
+
+ +
+
+
+ +
+
Labels
+
People + publishers
+
+
+
+
+ +
+
+
+ +
+
+
+
+

Explore by category

+

Jump to curated lists and filter results from there.

+
+ Genres + Languages + Machine Types + Labels
- -
- -
- +
+
-
-
- -
-
-
Magazines
-
Browse magazines and their issues
-
+
+

How to use this

+
    +
  1. Search by title or aliases in Entries.
  2. +
  3. Open a release to see downloads, scraps, and places.
  4. +
  5. Use magazines to find original reviews and references.
  6. +
  7. Follow labels to discover related work.
  8. +
- -
+
+
- -
-

Categories

-
- Genres - Languages - Machine Types - Labels -
-
-
); }