product card

This commit is contained in:
hamid zarghami
2025-08-07 14:52:45 +03:30
parent cabec5b329
commit b224b0c521
4 changed files with 60 additions and 4 deletions
+7 -1
View File
@@ -7,7 +7,7 @@ import { Swiper, SwiperSlide } from 'swiper/react';
const HotOffer: FC = () => {
return (
<div className='h-[300px] bg-[#F2F2F2] rounded-2xl flex py-6'>
<div className=' bg-[#F2F2F2] rounded-2xl flex py-6'>
<div className='px-6 min-w-[140px] max-w-[180px] flex flex-col justify-center'>
<div className='text-center text-primary font-extrabold text-sm'>
پیشنهاد های
@@ -40,6 +40,12 @@ const HotOffer: FC = () => {
<SwiperSlide className='!w-auto'>
<ProductCard />
</SwiperSlide>
<SwiperSlide className='!w-auto'>
<ProductCard />
</SwiperSlide>
<SwiperSlide className='!w-auto'>
<ProductCard />
</SwiperSlide>
</Swiper>
</div>
</div>