import { Metadata } from "next"; import HomeClient from "./HomeClient"; export const metadata: Metadata = { description: "Self-hosted SSL and Certificate Management Lab. Issue and manage SSL/TLS certificates and API keys with ease.", }; export default function Home() { return ; }