import clsx from 'clsx'; import dynamic from 'next/dynamic'; import styles from 'styles/index/index.module.css'; const ComputerDesk = dynamic( () => import('components/models/home/computer-desk'), ); export const metadata = { title: 'RUA - Home', }; export default function Page() { return (

Hello World

TECH OTAKUS SAVE THE WORLD

); }