import Layout from "../components/Layout"; import Container from "../components/Container"; import Content from "../components/Content"; import PageTitle from "../components/page/PageTitle"; import Video from "../components/video/FullPageVideo"; import thumbnail from "../public/static/images/leo/thumb.png"; export default function Leo() { return ( <> ); }