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