import Link from "next/link"; import type { ReactNode } from "react"; export function Shell({ children }: { children: ReactNode }) { return (