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