Remove About and Contact sections from navigation and index page
This commit comments out the About and Contact links in the navigation menu and removes the corresponding sections from the index page. Additionally, adjusted header styles for a full-width layout.
This commit is contained in:
@ -19,8 +19,8 @@ import "../../styles/components/Header.css";
|
||||
<a href="/#gallery">Galerie</a>
|
||||
<a href="/#drinks">Drinks</a>
|
||||
<a href="/#openings">Openings</a>
|
||||
<a href="/#about">About</a>
|
||||
<a href="/#contact">Contact</a>
|
||||
<!--<a href="/#about">About</a>
|
||||
<a href="/#contact">Contact</a>-->
|
||||
</div>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
@ -73,6 +73,4 @@ const images = [
|
||||
<EventsGrid id="events" events={events} />
|
||||
<ImageCarousel id="gallery" images={images} />
|
||||
<Drinks id="drinks" />
|
||||
<About id="about" />
|
||||
<Contact id="contact" />
|
||||
</Layout>
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
align-items: center;
|
||||
padding: 1rem 2rem;
|
||||
height: 70px;
|
||||
margin: 0 143px 0 143px;
|
||||
width: 100%;
|
||||
border-bottom: 1px solid #444;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user