import React from 'react'; 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 (
{/* slider */} {/* deal */} {/* box danh mục nổi bật */} {/* DANH SÁCH DANH MỤC */} {/* tin tức công nghệ */} {/* tin tức video */} {/* đánh giá từa khách hàng */}
); }; export default Home;