import { Box, Container, Flex, Image, Link, Stack, Text } from '@chakra-ui/react';
import siteConfig from '../content/site.json';
import { CustomAd } from './custom-ad';
function NavigationLinks() {
return (
<>
Roadmaps
Guides
Videos
About
YouTube
Roadmaps
Guides
Videos
Thanks
About
YouTube
>
);
}
export function Footer() {
return (
roadmap.sh
by
@kamranahmedse
Community created roadmaps, articles, resources and
journeys to help you choose your path and grow in your career.
© roadmap.sh·
FAQs·
Terms·
Privacy
{/**/}
{process.env.GA_SECRET && (
)}
);
}