update
This commit is contained in:
@@ -7,7 +7,7 @@ import { FaCaretRight } from 'react-icons/fa';
|
||||
|
||||
import { ListDealData } from '@/data/deal';
|
||||
|
||||
import CounDown from '../../../../components/Common/CounDown';
|
||||
import CounDown from '@components/Common/CounDown';
|
||||
import ProductItem from './ProductItem';
|
||||
|
||||
const BoxProductDeal: React.FC = () => {
|
||||
@@ -19,7 +19,7 @@ const BoxProductDeal: React.FC = () => {
|
||||
<h2 className="title font-bold">Giá tốt mỗi ngày</h2>
|
||||
<span className="text-time-deal-home color-white fz-16 font-bold">Kết thúc sau</span>
|
||||
<div className="global-time-deal flex items-center gap-2">
|
||||
<CounDown deadline={new Date('2025-12-31T23:59:59')} />
|
||||
<CounDown deadline={'31-01-2026, 9:30 am'} />
|
||||
</div>
|
||||
</div>
|
||||
<Link href="/deal" className="button-deal color-white mb-10 flex items-center">
|
||||
|
||||
Reference in New Issue
Block a user