28 lines
855 B
YAML
28 lines
855 B
YAML
############################## Contact #############################
|
|
contact:
|
|
enable : true
|
|
title : Contact Us
|
|
subtitle : Contact us for a quote or project!
|
|
content : You can contact us via Email, phone or the contact form below.
|
|
|
|
# Contact details
|
|
contact_list:
|
|
- icon: ti-mobile
|
|
info: "Mobile: +31 6 43 25 65 42"
|
|
|
|
- icon : ti-mobile # themify icon pack : https://themify.me/themify-icons
|
|
info : "Phone: +31 010 761 40 53 "
|
|
|
|
- icon : ti-email # themify icon pack : https://themify.me/themify-icons
|
|
info : "Email: info@aperturect.com"
|
|
|
|
|
|
# Contact form
|
|
contact_form:
|
|
enable : true
|
|
form_action : "https://formspree.io/f/xeqvjakj" #contact form works with https://formspree.io
|
|
name : "Your Name"
|
|
email : "Your Email"
|
|
subject : "Subject"
|
|
message : "Message"
|
|
submit : "Submit" |