import type { Metadata } from "next";
import { CategoryLanding } from "@/components/tools/CategoryLanding";

export const metadata: Metadata = {
  title: "Developer-Tools kostenlos online",
  description: "Developer-Tools für JSON, Base64, URLs, Regex, SQL, Timestamps, Hashes, CSV und Web-Workflows.",
  alternates: { canonical: "/tools/developer" },
};

export default function DeveloperToolsPage() {
  return <CategoryLanding category="developer" />;
}
