New carousel image

This commit is contained in:
Rambo6Glaz 2023-07-11 05:46:55 +02:00
parent 96f201aaaa
commit bc31f641fd
2 changed files with 8 additions and 0 deletions

View file

@ -13,6 +13,14 @@ const HomePage = () => {
<Tabs defaultActiveKey="home" className="mb-3">
<Tab eventKey="home" title="Overview">
<Carousel className="mb-3" variant="dark">
<Carousel.Item>
<img
src="/session1.png"
alt="Lots of nostalgia"
className="d-block w-100 mx-auto"
style={{ maxHeight: "720px", maxWidth: "1280px" }}
/>
</Carousel.Item>
<Carousel.Item>
<img
src="/compe1.png"

BIN
public/session1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB