Added New Carousel

This commit is contained in:
Piyush Sharma
2022-04-04 23:06:59 -04:00
parent ba566040b1
commit 3124f05544
3 changed files with 64 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
import React from "react";
import { apiClient } from "../utils/httpClients";
import HomeCarousel from "../components/HomeCarousel";
export default class Welcome extends React.Component {
constructor(props) {
super(props);
@@ -9,9 +10,10 @@ export default class Welcome extends React.Component {
render() {
return (
<div className="page-root">
<div className="jumbotron" >
<h1>Sports Matcher</h1>
<p>The best place to find a local match for a good game of your favourite sport!</p>
<div>
{/* <h1>Sports Matcher</h1>
<p>The best place to find a local match for a good game of your favourite sport!</p> */}
<HomeCarousel></HomeCarousel>
</div>
<div className="text-center p-3 mt-2">
<h2>Why?</h2>