diff --git a/client/src/index.html b/client/src/index.html
index 5fe5fba..ffb45c1 100644
--- a/client/src/index.html
+++ b/client/src/index.html
@@ -4,6 +4,13 @@
Starter Kit
+
+
diff --git a/client/src/pages/Home.js b/client/src/pages/Home.js
index 02262b8..9baa538 100644
--- a/client/src/pages/Home.js
+++ b/client/src/pages/Home.js
@@ -2,6 +2,7 @@
import { Link } from "react-router-dom";*/
import Header from "../Components/Header";
import Footer from "../Components/Footer";
+import Button from "react-bootstrap/Button";
import "./Home.css";
// import logo from "./logo.svg";
@@ -38,6 +39,7 @@ export function Home() {
rows="10"
cols="50"
>
+