Skip to content

Commit

Permalink
Wednesday commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vijay-murugeasan committed Jan 3, 2024
1 parent c051380 commit 3fca0a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
8 changes: 4 additions & 4 deletions src/features/contact/BoxContact.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ const contactData = [
icon: "icon_lifesaver",
phone: "+94 423-23-221",
email: "help@fooyes.com",
timing: "MON to FRI 9am-6pm ___ 9am-2pm",
timing: "MON to FRI 9am-6pm to 9am-2pm",
},
{
title: "Address",
icon: "icon_pin_alt",
phone: "",
address: "6th Forrest Ray, London - 10001 UK ",
address: "6th Floor, Capital Towers,Nungambakkam, Chennai - 600006 IND ",
email: "",
timing: "MON to FRI 9am-6pm ___ 9am-2pm",
timing: "MON to FRI 9am-6pm to 9am-2pm",
},
{
title: "Submissions",
icon: "icon_cloud-upload_alt",
phone: "+94 423-23-221",
email: "order@fooyes.com",
timing: "MON to FRI 9am-6pm ___ 9am-2pm",
timing: "MON to FRI 9am-6pm to 9am-2pm",
},
];
function BoxContact() {
Expand Down
1 change: 0 additions & 1 deletion src/features/contact/ContactBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ function ContactBanner() {
<p>A successful restaurant experience </p>
</div>
</div>
{/* <!-- /row --> */}
</div>
</div>
<div className="wave gray hero"></div>
Expand Down
9 changes: 0 additions & 9 deletions src/features/contact/ContactForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ function ContactForm() {
name="message_contact"
/>
</div>
<div className="form-group">
<input
className="form-control"
type="text"
id="verify_contact"
name="verify_contact"
placeholder="Are you human? 3 + 1 ="
/>
</div>
<div className="form-group">
<input
className="btn_1 gradient full-width"
Expand Down

0 comments on commit 3fca0a9

Please sign in to comment.