This commit is contained in:
2025-12-23 15:29:31 +07:00
parent 194de99b62
commit 423a68f410
51 changed files with 40790 additions and 9536 deletions

View File

@@ -3,6 +3,9 @@ import SliderHome from './SliderHome';
import BoxProductDeal from './BoxDeal';
import CategoryFeature from './CategoryFeature';
import BoxListCategory from './BoxCategory';
import BoxArticle from './BoxArticle';
import BoxArticleVideo from './BoxArticleVideo';
import BoxReviewCustomer from './BoxReviewCustomer';
const Home = () => {
return (
@@ -17,6 +20,15 @@ const Home = () => {
{/* DANH SÁCH DANH MỤC */}
<BoxListCategory />
{/* tin tức công nghệ */}
<BoxArticle />
{/* tin tức video */}
<BoxArticleVideo />
{/* đánh giá từa khách hàng */}
<BoxReviewCustomer />
</div>
</div>
);