diff --git a/components/footer.tsx b/components/footer.tsx index bf2b999d8..cb6d11eba 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -1,17 +1,35 @@ import { Box, Container, Flex, Image, Link, Stack, Text } from '@chakra-ui/react'; +function NavigationLinks() { + return ( + <> + + Roadmaps + Guides + Videos + Podcasts + About + YouTube + + + + Roadmaps + Guides + Videos + Podcasts + Thanks + About + YouTube + + + ); +} + export function Footer() { return ( - + - - Roadmaps - Guides - Videos - Podcasts - About - YouTube - +