import { Flex, Link, Text } from '@chakra-ui/react'; import YouTubeLogo from '../components/icons/youtube.svg'; import siteConfig from '../content/site.json'; export function StickyBanner() { return ( We now have a YouTube Channel. Subscribe for the video content. ); }