import React from "react"; import { Carousel } from "react-bootstrap"; export default class HomeCarousel extends React.Component { constructor(props) { super(props); } render() { return ( Connect Slide

Connect

Connect with other athletes in your area!

Schedule Slide

Schedule

Schedule sport meets with other athletes!

Rent Slide

Rent

Rent sports equipment from other athletes!

); } }