Skip to content

Commit

Permalink
Update Header.jsx
Browse files Browse the repository at this point in the history
View Menu
  • Loading branch information
tejhande authored Mar 30, 2024
1 parent b9321fc commit 14f7871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Frontend/src/Components/Header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ function Header() {
<div className="HeaderContents">
<h2>Order your preferred food here.</h2>
<p>Select from a varied menu offering exquisite dishes crafted with premium ingredients and culinary mastery. Our mission is to fulfill your cravings and enhance your dining experience, one delightful meal at a time.</p>
<button>View Menu</button>
<a href="#ExploreMenu"><button>View Menu</button> </a>
</div>

</div>
)
}

export default Header
export default Header

0 comments on commit 14f7871

Please sign in to comment.