new features page
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
import { Homepage } from '@/components/Homepage'
|
||||
import { Hero } from '@/components/Hero'
|
||||
import Events from '@/components/Events'
|
||||
import Communicate from '@/components/Communicate'
|
||||
import Collaborate from '@/components/Collaborate'
|
||||
import Build from '@/components/Build'
|
||||
import { Product } from '@/components/Product'
|
||||
import { Speakers } from '@/components/Speakers'
|
||||
import Allfeatures from '@/components/Allfeatures'
|
||||
import Featureshome from '@/components/Featureshome'
|
||||
import { Sponsors } from '@/components/Sponsors'
|
||||
|
||||
export default function Home() {
|
||||
@@ -14,9 +12,7 @@ export default function Home() {
|
||||
<Homepage />
|
||||
<Sponsors />
|
||||
<Hero />
|
||||
<Communicate />
|
||||
<Collaborate />
|
||||
<Build />
|
||||
<Featureshome />
|
||||
<Product />
|
||||
<Events />
|
||||
</>
|
||||
|
Reference in New Issue
Block a user