import { Layout } from 'src/components/common'; import { HomeCategories } from 'src/components/modules/home'; const dataTest = [{ text: 1 }, { text: 2 }, { text: 3 }, { text: 4 }, { text: 5 }, { text: 6 }] const test = (props: { text: string }) =>