-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
got main fields in contact_us section
- Loading branch information
1 parent
0f14be3
commit 4d1c1c0
Showing
1 changed file
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,6 +27,22 @@ <h4>Tea Client</h4> | |
<div class="hero"> | ||
<h1>Connect With Us</h1> | ||
<p>Feel free to get in touch with us! If you have any questions, suggestions, or just want to say hello, drop us an email at [email protected]. Before reaching out, we kindly recommend checking out our FAQ section as it might have the answers you're looking for. We value your time and strive to provide the best possible support.</p> | ||
<form> | ||
<div class="input-group"> | ||
<input type="text" id="name" required> | ||
<label for="name">Your Name</label> | ||
</div> | ||
<div class="input-group"> | ||
<input type="email" id="email" required> | ||
<label for="email">Email ID</label> | ||
</div> | ||
<div class="input-group"> | ||
<textarea id="message" rows="8"></textarea> | ||
<label for="message">Your Message</label> | ||
</div> | ||
<button type="submit">SUBMIT</button> | ||
|
||
</form> | ||
</div> | ||
|
||
<footer> | ||
|