import React from 'react'; import SliderHome from './SliderHome'; import BoxProductDeal from './Deal'; import CategoryFeature from './CategoryFeature'; import BoxListCategory from './Category'; import BoxArticle from './BoxArticle'; import BoxArticleVideo from './ArticleVideo'; import BoxReviewCustomer from './ReviewCustomer'; 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;