const App = `import {Image} from "@nextui-org/react"; export default function App() { return ( NextUI hero Image with delay ); }`; const react = { "/App.jsx": App, }; export default { ...react, };