carousel and header

This commit is contained in:
hamid zarghami
2025-08-05 14:47:41 +03:30
parent 76500fb337
commit 19b3812ae6
6 changed files with 83 additions and 30 deletions
+4 -1
View File
@@ -1,9 +1,12 @@
import { NextPage } from 'next'
import withLayout from '@/hoc/withLayout'
import Carousel from './home/components/Carousel'
const Home: NextPage = () => {
return (
<div></div>
<div>
<Carousel />
</div>
)
}