diff --git a/pages/index.js b/pages/index.js
index dc4b640..a14f0a9 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -1,69 +1,89 @@
import Head from 'next/head'
-import Image from 'next/image'
-import styles from '../styles/Home.module.css'
+import { Component } from 'react'
+import Avatar from '../components/Avatar';
+import PlayerStats from '../components/PlayerStats';
-export default function Home() {
- return (
-
-
- Create Next App
-
-
-
+// Why do u have to proxy requests... it's so dumb LOL
+const API_URL = "https://bangor375.herokuapp.com/https://scoresaber.com/api/player/%s/full";
-
-