diff --git a/sports-matcher/client/src/components/HomeCarousel.js b/sports-matcher/client/src/components/HomeCarousel.js
new file mode 100644
index 0000000..4f667a8
--- /dev/null
+++ b/sports-matcher/client/src/components/HomeCarousel.js
@@ -0,0 +1,54 @@
+import React from "react";
+import { Carousel } from "react-bootstrap";
+import "../styles/HomeCarousel.css";
+export default class HomeCarousel extends React.Component{
+ constructor(props) {
+ super(props);
+ }
+ render() {
+ return (
+ Connect
+ Connect with other athletes in your area!
+ Schedule
+ Schedule sport meets with other athletes!
+ Rent
+ Rent sports equipment from other athletes!
+
The best place to find a local match for a good game of your favourite sport!
+The best place to find a local match for a good game of your favourite sport!
*/} +