add new component
This commit is contained in:
@@ -2,9 +2,8 @@ import { Homepage } from '@/components/Homepage'
|
||||
import { Hero } from '@/components/Hero'
|
||||
import Events from '@/components/Events'
|
||||
import { Product } from '@/components/Product'
|
||||
import Allfeatures from '@/components/Allfeatures'
|
||||
import Featureshome from '@/components/Featureshome'
|
||||
import { Sponsors } from '@/components/Sponsors'
|
||||
import BentoSection from '@/components/Bentosection'
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -12,7 +11,7 @@ export default function Home() {
|
||||
<Homepage />
|
||||
<Sponsors />
|
||||
<Hero />
|
||||
<Featureshome />
|
||||
<BentoSection />
|
||||
<Product />
|
||||
<Events />
|
||||
</>
|
||||
|
Reference in New Issue
Block a user