import clsx from 'clsx'; import dynamic from 'next/dynamic'; import Image from 'next/image'; import styles from 'styles/index/index.module.css'; const HomeModel = dynamic(() => import('components/models/home-model')); export const metadata = { title: 'RUA - Home', }; export default function Page() { return (
Hello World! hands
); }