This commit is contained in:
hamid zarghami
2025-08-09 16:43:50 +03:30
parent 0d498c890c
commit d81a6ed399
5 changed files with 121 additions and 2 deletions
+4
View File
@@ -36,6 +36,10 @@ const Home: NextPage = () => {
<PopularProducts />
</div>
</div>
<div className='mt-24'>
</div>
</div>
)
}