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