import ContentSection from "../../components/ContentSection"; export default function Page({ params }: { params: { slug: string } }) { return ; }