diff --git a/messages/en.d.json.ts b/messages/en.d.json.ts index e2a3f44..76653b6 100644 --- a/messages/en.d.json.ts +++ b/messages/en.d.json.ts @@ -60,8 +60,27 @@ declare const messages: { "com_products_products_category_title": "Products of {title} Category", - "pages_notFound_title": "404 Not Found Page", - "pages_notFound_description": "The page you are looking for does not exist or has been moved. Please check the URL or return to the home page.", - "pages_notFound_button": "Go to Home Page" + + + +"com_contact_touch_title": "Get in touch", +"com_contact_touch_title_bold": "with us", +"com_contact_touch_description": "Reach out for any inquiries, support, or to discuss how we can meet your industrial needs.", +"com_contact_touch_option_1":"Contact", +"com_contact_touch_option_2":"e-mail", +"com_contact_touch_option_3":"Our Address", +"com_contact_touch_option_3_description":"7 San Juan Lane Graaf Florisstraat 22A,3021 CH", +"com_contact_title": "Contact ", +"com_contact_title_bold": "me", +"com_contact_first_name": "Enter first name", +"com_contact_last_name": "Enter last name", +"com_contact_email": "Enter your e-mail", +"com_contact_phone": "Enter your phone no.", +"com_contact_textarea": "Write Message", + +"pages_notFound_title": "404 Not Found Page", +"pages_notFound_description": "You can either head back to the Homepage or try a search.", +"pages_notFound_button":"Go To Home" + }; export default messages; \ No newline at end of file diff --git a/messages/en.json b/messages/en.json index af25390..840ef85 100644 --- a/messages/en.json +++ b/messages/en.json @@ -57,7 +57,26 @@ "com_products_products_category_title": "Products of {title} Category", - "pages_notFound_title": "404 Not Found Page", - "pages_notFound_description": "The page you are looking for does not exist or has been moved. Please check the URL or return to the home page.", - "pages_notFound_button": "Go to Home Page" + + + +"com_contact_touch_title": "Get in touch", +"com_contact_touch_title_bold": "with us", +"com_contact_touch_description": "Reach out for any inquiries, support, or to discuss how we can meet your industrial needs.", +"com_contact_touch_option_1":"Contact", +"com_contact_touch_option_2":"e-mail", +"com_contact_touch_option_3":"Our Address", +"com_contact_touch_option_3_description":"7 San Juan Lane Graaf Florisstraat 22A,3021 CH", +"com_contact_title": "Contact ", +"com_contact_title_bold": "me", +"com_contact_first_name": "Enter first name", +"com_contact_last_name": "Enter last name", +"com_contact_email": "Enter your e-mail", +"com_contact_phone": "Enter your phone no.", +"com_contact_textarea": "Write Message", + +"pages_notFound_title": "404 Not Found Page", +"pages_notFound_description": "You can either head back to the Homepage or try a search.", +"pages_notFound_button":"Go To Home" + }