import styles from './page.module.scss' export default function Home() { return ( <h1 className={styles.data} id="the-title"> Hello World </h1> ) }