From 7a6a8c94f9770b544794f9a47cb0b47fd04b19cf Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 2 Aug 2021 18:15:42 +0200 Subject: [PATCH] Add visual guides navigation --- pages/index.tsx | 95 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 72 insertions(+), 23 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 1eb075aba..4dc78a4d0 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,4 +1,17 @@ -import { Badge, Box, Container, Flex, Heading, Image, Link, SimpleGrid, Stack, Text, Tooltip } from '@chakra-ui/react'; +import { + Badge, + Box, + Container, + Divider, + Flex, + Heading, + Image, + Link, + SimpleGrid, + Stack, + Text, + Tooltip +} from '@chakra-ui/react'; import { InfoIcon } from '@chakra-ui/icons'; import { TextIcon } from './icons/text-icon'; import { VideoIcon } from './icons/video-icon'; @@ -94,8 +107,8 @@ export default function Home() { - - + + Visual Guides @@ -244,15 +257,21 @@ export default function Home() { February 01, 2021 - + Session Based Authentication @@ -260,20 +279,50 @@ export default function Home() { February 01, 2021 - - - View all Guides - + + + + + View all guides + + + + + + + + Video Explanations + + + ); }