feat: refresh storefront ui
This commit is contained in:
@@ -6,19 +6,19 @@ import Works from '../components/Works';
|
||||
import Designers from '../components/Designers';
|
||||
import Footer from '../components/Footer';
|
||||
|
||||
function Home() {
|
||||
return (
|
||||
<div className="home-page" style={{ paddingTop: '70px' }}>
|
||||
<Header />
|
||||
<Hero />
|
||||
<Categories />
|
||||
<Festival />
|
||||
<Works title="热门推荐" type="hot" />
|
||||
<Works title="最新上传" type="new" />
|
||||
<Designers />
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
function Home() {
|
||||
return (
|
||||
<div className="home-page" style={{ paddingTop: '70px' }}>
|
||||
<Header />
|
||||
<Hero />
|
||||
<Categories />
|
||||
<Festival />
|
||||
<Works title="热门推荐" type="hot" sectionId="home-hot-works" />
|
||||
<Works title="最新上传" type="new" sectionId="home-new-works" />
|
||||
<Designers />
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Home;
|
||||
|
||||
Reference in New Issue
Block a user