This commit is contained in:
sasha-astiadi 2024-08-27 02:36:54 +02:00
parent 4cf340e2b5
commit 31dacc8f5e
4 changed files with 6 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 348 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 321 KiB

Binary file not shown.

View File

@ -1,6 +1,8 @@
import { Homepage } from '@/components/Homepage'
import { LogoPage } from '@/components/Logopage'
import { Hero } from '@/components/Hero'
import Communicate from '@/components/Communicate'
import Collaborate from '@/components/Collaborate'
import Build from '@/components/Build'
import { Newsletter } from '@/components/Newsletter'
import { Schedule } from '@/components/Schedule'
import { Speakers } from '@/components/Speakers'
@ -12,6 +14,9 @@ export default function Home() {
<Homepage />
<Sponsors />
<Hero />
<Communicate />
<Collaborate />
<Build />
<Speakers />
<Schedule />
<Newsletter />