mirror of
https://github.com/yusufipk/trillo-react.git
synced 2026-09-11 19:06:10 +00:00
created and styled call to action
This commit is contained in:
@@ -129,6 +129,16 @@ function HotelView() {
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="cta">
|
||||
<h2 className="cta__book-now">
|
||||
Good news! We have 4 free roms for your selected dates!
|
||||
</h2>
|
||||
<button className="btn">
|
||||
<span className="btn__visible">Book now</span>
|
||||
<span className="btn__invisible">Only 4 rooms left</span>
|
||||
</button>
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user