import classNames from 'classnames'; import { useContext } from 'react'; import { ScreenContext } from '../contexts/screen'; export function HomeHeroBubble() { const { isMobile, isTablet, isHuge } = useContext(ScreenContext); return (

OXEN

Welcome to Oxen.
We know you have questions;
here are the answers.
); }