diff --git a/README.md b/README.md
index 891dcb4d..696ad8de 100644
--- a/README.md
+++ b/README.md
@@ -43,4 +43,6 @@ To learn more about React.js, take a look at the [React Documentation](https://l
## What to Submit?
-Submit all changes made to files in `src/pages/qcomps` in Canvas class activity for the day.
\ No newline at end of file
+Submit all changes made to files in `src/pages/qcomps` in Canvas class activity for the day.
+
+02/20/24 work complete
\ No newline at end of file
diff --git a/src/pages/index.js b/src/pages/index.js
index 69abbb64..b8258054 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -1,13 +1,14 @@
// import Head from 'next/head'
// import Image from 'next/image'
// import { Inter } from 'next/font/google'
-import styles from '@/styles/Home.module.css'
-import Profile from './components/profile'
+import styles from'@/styles/Home.module.css'
+import Form1 from './components/artistsArr.js'
+import Form2 from './qcomps/arrObj.js'
export default function Home() {
return (