import type { Metadata } from "next"; import type { ReactNode } from "react"; import { SiteFooter } from "@/components/site-footer"; import "./globals.css"; export const metadata: Metadata = { title: "SoMC Portal — Minecraft Account Manager", description: "Connect your Discord identity to approved Minecraft accounts.", }; export default function RootLayout({ children }: Readonly<{ children: ReactNode }>) { return (
Skip to main content