fix header menu
This commit is contained in:
@@ -1,11 +1,15 @@
|
||||
import { NextPage } from 'next'
|
||||
import withLayout from '@/hoc/withLayout'
|
||||
import Carousel from './home/components/Carousel'
|
||||
import HotOffer from './home/components/HotOffer'
|
||||
|
||||
const Home: NextPage = () => {
|
||||
return (
|
||||
<div>
|
||||
<Carousel />
|
||||
<div className='mt-24 px-20'>
|
||||
<HotOffer />
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user