import type { Metadata } from "next"; export const metadata: Metadata = { title: "Loading...", description: "Loading...", robots: { index: false, follow: false, }, }; export default function Loading() { return (