import { ButtonCommon, Layout } from 'src/components/common'
import { IconBuy } from 'src/components/icons'
import { ButonType, ButtonSize } from 'src/utils/constanst.utils'
import {CarouselCommon, LabelCommon, QuanittyInput } from 'src/components/common'
const dataTest = [{
text:1
},{
text:2
},{
text:3
},{
text:4
},{
text:5
},{
text:6
}]
const test = (props:{text:string})=>
{props.text}
export default function Home() {
return (
<>
SEEFOOT
-15%
Waitting
Delivering
Delivered
Button default
{ButonType.light} - Button light
{ButonType.light} - Button light
{ButonType.light} - Button light
}>{ButtonSize.large} - Button default large
} disabled isIconSuffix={true}>Button with icon disabled
} type={ButonType.light}>Button with icon
>
)
}
Home.Layout = Layout