import Hero from "./sections/Hero/wrapper"; const HomeIndex = () => { return (
); }; export default HomeIndex;