This commit is contained in:
2024-09-10 14:46:49 +02:00
parent f484975397
commit df0abb99ab
563 changed files with 19624 additions and 664 deletions

View File

@@ -1,6 +1,6 @@
import { Homepage } from '@/components/Homepage'
import { Hero } from '@/components/Hero'
import Community from '@/components/Community'
import Events from '@/components/Events'
import Communicate from '@/components/Communicate'
import Collaborate from '@/components/Collaborate'
import Build from '@/components/Build'
@@ -18,7 +18,7 @@ export default function Home() {
<Collaborate />
<Build />
<Product />
<Community />
<Events />
</>
)
}