Skip to content

Commit fcae812

Browse files
committed
Updated page.tsx
1 parent 6d64274 commit fcae812

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/app/page.tsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,23 @@ import {Gallery} from "../components/Gallery/Gallery";
88
import {Faq} from "../components/Faq/Faq";
99
import Team from "../components/Team/Team";
1010
import Speakers from "../components/Speakers/Speakers";
11+
import Jury from "../components/Jury/Jury";
1112
import {Features} from "../components/Features/Features";
1213
import LandingImage from "../components/LandingImage/LandingImage";
1314
import {Location} from "../components/Location/Location";
1415

1516
export default function Page() {
1617
return (
1718
<>
18-
<LandingImage/>
19+
<LandingImage />
1920
<VerifiedChecker />
2021
<WhatToExpect />
21-
<Features/>
22+
<Features />
2223
<Sponsors />
23-
<Registration/>
24-
<Location/>
25-
<Speakers/>
24+
<Registration />
25+
<Location />
26+
<Speakers />
27+
<Jury />
2628
<TimeTable />
2729
<Gallery />
2830
<Faq />

0 commit comments

Comments
 (0)