diff --git a/components/nav/static.js b/components/nav/static.js index 9f453df0..68400f1e 100644 --- a/components/nav/static.js +++ b/components/nav/static.js @@ -1,19 +1,22 @@ import { Container, Nav, Navbar } from 'react-bootstrap' import styles from '../header.module.css' import { BackOrBrand, NavPrice, SearchItem } from './common' +import { CarouselProvider } from './carousel' export default function StaticHeader () { return ( - - - - - + + + + + + + ) }