import Link from "next/link";
export const metadata = {
title: "ZXDB Explorer",
};
export const revalidate = 3600;
export default async function Page() {
return (
ZXDB Explorer
Choose what you want to explore.
Entries
Browse software entries with filters
Releases
Drill into releases and downloads
Magazines
Browse magazines and their issues
Categories
Genres
Languages
Machine Types
Labels
);
}