import Link from 'next/link'; import siteConfig from "content/site"; import { FooterWrap } from './style.js' const PageFooter = () => (

Community created roadmaps, articles, resources and journeys to help you choose your path and grow in your career.

© roadmap.sh ·   FAQ ·   Terms ·   Privacy

{/* Do not show on local */} { process.env.GA_SECRET && ( <>
) }
); export default PageFooter;