import { CarouselCommon, LabelCommon, Layout, QuanittyInput,CheckboxCommon ,Author,DateTime} from 'src/components/common' import { HomeCategories } from 'src/components/modules/home'; import imgAuthor from '../src/components/common/Author/img/author.png'; import veggle from '../src/components/modules/home/homeCategories/img/veggle.png'; import seafood from '../src/components/modules/home/homeCategories/img/seafood.png'; import frozen from '../src/components/modules/home/homeCategories/img/frozen.png'; import coffeebean from '../src/components/modules/home/homeCategories/img/coffeebean.png'; import sauce from '../src/components/modules/home/homeCategories/img/sauce.png'; const dataTest = [{ text: 1 }, { text: 2 }, { text: 3 }, { text: 4 }, { text: 5 }, { text: 6 }] const test = (props: { text: string }) =>