diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-27 16:45:05 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-04-27 16:45:05 +0700 |
| commit | 5d8ad078bdc735e708654e278b226868dc3bc403 (patch) | |
| tree | 137fb31617c68dc0a53d697021f40ae45100b890 /src/pages/index.jsx | |
| parent | b02510e26e7e9bc292a1779bd23801014b94aad4 (diff) | |
flash sale mapping, mobile flash sale
Diffstat (limited to 'src/pages/index.jsx')
| -rw-r--r-- | src/pages/index.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pages/index.jsx b/src/pages/index.jsx index a98fb6b3..f1df4e13 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -83,6 +83,7 @@ export default function Home() { <HeroBanner /> <div className='flex flex-col gap-y-6 my-6'> <PreferredBrand /> + <FlashSale /> <PopularProduct /> <CategoryHomeId /> </div> |
