--- import { Hero } from '~/components'; --- <Hero />
import { Hero } from '~/components'; export default async function Page() { return ( <Hero /> ); }
All of the content is found the component itself.