File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -8,21 +8,23 @@ import {Gallery} from "../components/Gallery/Gallery";
88import { Faq } from "../components/Faq/Faq" ;
99import Team from "../components/Team/Team" ;
1010import Speakers from "../components/Speakers/Speakers" ;
11+ import Jury from "../components/Jury/Jury" ;
1112import { Features } from "../components/Features/Features" ;
1213import LandingImage from "../components/LandingImage/LandingImage" ;
1314import { Location } from "../components/Location/Location" ;
1415
1516export 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 />
You can’t perform that action at this time.
0 commit comments