--- import { FeaturesGrid } from '~/components'; --- <FeaturesGrid />
import { FeaturesGrid } from '~/components'; export default async function Page() { return ( <FeaturesGrid /> ); }