home banner

This commit is contained in:
CHIEFSOFT\ameye
2023-06-14 21:19:23 -04:00
parent 99be0961a9
commit 8a6c8badbe
2 changed files with 6 additions and 2 deletions
@@ -27,7 +27,7 @@ export default function HomeBannerOffersCard(props) {
<div className="content flex justify-between items-center mb-5">
<div className="siderCardHeader">
<h1 className="text-2xl font-bold text-dark-gray dark:text-white tracking-wide">
<>{props.itemData.title}</>
<span className="heroSilderTitle">{props.itemData.title}</span>
</h1>
</div>
{/*<SelectBox datas={filterDatas} action={dataSetHandler} />*/}