diff --git a/src/app/page.tsx b/src/app/page.tsx index 5b00fdc..fd6cd9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,9 +1,6 @@ - import styles from './page.module.scss'; import Image from 'next/image'; - - export default function Home() { return (
@@ -11,9 +8,8 @@ export default function Home() { ACM Logo
-

Welcome to ACM's static site template!

+

Welcome to ACM's static site template!

- ); }