Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Reserve.js #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/Components/Reserve/Reserve.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ const Reserve = () => {
<div className="reserve">
<div className="reserve__content">
<h4 className="reserve__content-bold bold-text">Reserve</h4>
<h3 className="reserve__content-title head-text">Skip The Line</h3>
<p className="reserve__content-desc p-text">Lorem ipsum dolor sit amet consectetur adipisicing elit. Architecto porro magnam amet distinctio vitae debitis soluta fugit sunt cumque accusantium.</p>
<h3 className="reserve__content-title head-text">To reserve a table with us:</h3>
<p className="reserve__content-desc p-text"> If you want to reserve a table with us via phone or email, please contact 0810005764 or send an email to [email protected].
For Inqueries Please email [email protected]. Reservations shoulb be made atleast 5 hours prior. No Cancellation is allowed 2 hours before the reserved hour booked or a fee of R120.00 will be charged.</p>
<a href="https://www.opentable.com">
<button className="reserve__buttons-reserve">Reserve Table</button>
</a>
Expand All @@ -17,4 +18,4 @@ const Reserve = () => {
)
}

export default Reserve
export default Reserve