From 3ac1de7fb002a8a6f0319ec576513ab47c3068ee Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 27 Oct 2021 00:34:56 +0200 Subject: [PATCH] Rearrange sections on homepage --- pages/index.tsx | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index cbac0608e..45c20b4c2 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -66,30 +66,9 @@ export default function Home(props: HomeProps) { - - - Visual Guides - - - - {guides.map(guide => ( - - ))} - - - - - - - - Video Explanations + + Video Explanatiosn @@ -119,6 +98,27 @@ export default function Home(props: HomeProps) { + + + + Visual Guides + + + + {guides.map(guide => ( + + ))} + + + + +