-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
const HeroCover = () => { | ||
return ( | ||
<div className="bg-brand min-h-60 text-slate-100 relative"> | ||
<div className="hero-content__container container mx-auto"> | ||
<></> | ||
<div className="hero-content__text py-4"> | ||
<h3 className="text-4xl font-medium">Search hotels in Pune</h3> | ||
<p className="my-1"> | ||
Enter your dates to see the latest prices and deals for Pune hotels | ||
</p> | ||
</div> | ||
<div className="hero-content__search-box"> | ||
<input type="text"></input> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
}; | ||
|
||
export default HeroCover; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters