import VerticalBanner from "./VerticalBanner" const Home = () => { return ( <>
) } export default Home