diff --git a/src/app/pages/components/form-product/form-product.component.html b/src/app/pages/components/form-product/form-product.component.html index f5b20fa..1fc0b6e 100644 --- a/src/app/pages/components/form-product/form-product.component.html +++ b/src/app/pages/components/form-product/form-product.component.html @@ -1,23 +1,26 @@
-
-

{{ 'formProduct.CONTACT_US_TITLE' | - translate }}

-

{{ 'formProduct.CONTACT_US_DESCRIPTION' | translate }}

-
- Walnut card tray with white powder coated steel divider and 3 punchout holes. +
+

+ {{ 'formProduct.CONTACT_US_TITLE' | translate }} +

+

+ {{ 'formProduct.CONTACT_US_DESCRIPTION' | translate }} +

+
+ Walnut card tray with white powder coated steel divider and 3 punchout holes. + Top down view of walnut card tray with embedded magnets and card groove. + Side of walnut card tray with card groove and recessed card area. + Walnut card tray filled with cards and card angled in dedicated groove. - Top down view of walnut card tray with embedded magnets and card groove. - Side of walnut card tray with card groove and recessed card area. - Walnut card tray filled with cards and card angled in dedicated groove.
-
+ +

{{ @@ -25,10 +28,10 @@

{{ 'formProduct.APPLICANT_INFO_DESCRIPTION' | translate }}

- -
- +
+
-
{{ - 'formProduct.FIRST_NAME_REQUIRED' | translate }}
-
{{ - 'formProduct.FIRST_NAME_MINLENGTH' | translate }}
-
{{ - 'formProduct.FIRST_NAME_MAXLENGTH' | translate }}
+
+ {{ 'formProduct.FIRST_NAME_REQUIRED' | translate }} +
+
+ {{ 'formProduct.FIRST_NAME_MINLENGTH' | translate }} +
+
+ {{ 'formProduct.FIRST_NAME_MAXLENGTH' | translate }} +
-
- + +
+
-
{{ - 'formProduct.LAST_NAME_REQUIRED' | translate }}
-
{{ - 'formProduct.LAST_NAME_MINLENGTH' | translate }}
-
{{ - 'formProduct.LAST_NAME_MAXLENGTH' | translate }}
+
+ {{ 'formProduct.LAST_NAME_REQUIRED' | translate }} +
+
+ {{ 'formProduct.LAST_NAME_MINLENGTH' | translate }} +
+
+ {{ 'formProduct.LAST_NAME_MAXLENGTH' | translate }} +
-
- + +
+
+ required [class.border-red-500]="isFieldInvalid('email')" + placeholder="{{ 'formProduct.EMAIL_LABEL' | translate }}">
-
{{ - 'formProduct.EMAIL_REQUIRED' | translate }}
-
{{ - 'formProduct.EMAIL_INVALID' | translate }} +
+ {{ 'formProduct.EMAIL_REQUIRED' | translate }} +
+
+ {{ 'formProduct.EMAIL_INVALID' | translate }}
- -
-
-

{{ - 'formProduct.SERVICE_REQUEST_TITLE' | translate }}

-

{{ 'formProduct.SERVICE_REQUEST_DESCRIPTION' | translate }}

-
-
-
-

{{ 'formProduct.APPLIANCE_IMAGE_LABEL' | translate - }} *

-

{{ 'formProduct.APPLIANCE_IMAGE_DESCRIPTION' | translate }}

-
-
- Imagen subida - - -
-
- -
- -

{{ 'formProduct.UPLOAD_FILE_INSTRUCTIONS' | translate }}

-
-

{{ 'formProduct.FILE_FORMATS_ALLOWED' | translate }}

+
+ +
+ +
+
+
+ {{ 'formProduct.ADDRESS_REQUIRED' | translate }}
+
- -
-
{{ - 'formProduct.IMAGE_REQUIRED' | translate }}
+
+ +
+ +
+
+
+ {{ 'formProduct.STATE_REQUIRED' | translate }} +
+
-
- -
- -
-
-
{{ 'formProduct.APPLIANCE_TYPE_REQUIRED' | translate }}
-
+
+ +
+
+
+
{{ + 'formProduct.APPLIANCE_TYPE_REQUIRED' | translate }}
+
+
@@ -196,24 +195,11 @@

{{ 'formProduct.APPLIANC

- -
- -
- -
-
-
{{ - 'formProduct.ADDRESS_REQUIRED' | translate }}
-
-
- +
-
-
{{ 'formProduct.SERVICE_TYPE_REQUIRED' | translate }}
+
+
{{ + 'formProduct.SERVICE_TYPE_REQUIRED' | translate }}
+
@@ -248,22 +237,7 @@

{{ 'formProduct.APPLIANC

-
- -
- -
-
-
{{ - 'formProduct.STATE_REQUIRED' | translate }}
-
-
+
@@ -287,6 +261,54 @@

{{ 'formProduct.APPLIANC

+
+
+

{{ 'formProduct.APPLIANCE_IMAGE_LABEL' | translate + }} *

+

{{ 'formProduct.APPLIANCE_IMAGE_DESCRIPTION' | translate }}

+
+ +
+ Imagen subida + + +
+
+ +
+ +

{{ 'formProduct.UPLOAD_FILE_INSTRUCTIONS' | translate }}

+
+

{{ 'formProduct.FILE_FORMATS_ALLOWED' | translate }}

+
+
+ + +
+
{{ + 'formProduct.IMAGE_REQUIRED' | translate }}
+
+
+
+ +
@@ -305,4 +327,3 @@

{{ 'formProduct.APPLIANC
- diff --git a/src/app/pages/components/header/header.component.html b/src/app/pages/components/header/header.component.html index e9eb4b8..cf8ef5c 100644 --- a/src/app/pages/components/header/header.component.html +++ b/src/app/pages/components/header/header.component.html @@ -17,11 +17,6 @@

-
- diff --git a/src/app/pages/home/home.component.html b/src/app/pages/home/home.component.html index 699b140..f264ad9 100644 --- a/src/app/pages/home/home.component.html +++ b/src/app/pages/home/home.component.html @@ -133,6 +133,7 @@

Ver detalles diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json index 212b7ec..4b5f6ba 100644 --- a/src/assets/i18n/en.json +++ b/src/assets/i18n/en.json @@ -106,7 +106,7 @@ }, "formProduct": { "CONTACT_US_TITLE": "Contact Us", - "CONTACT_US_DESCRIPTION": "We want to hear from you. Please fill out the form below, and we will get in touch as soon as possible.", + "CONTACT_US_DESCRIPTION": "Please fill out the form below, and we will get in touch as soon as possible.", "APPLICANT_INFO_TITLE": "Applicant Information", "APPLICANT_INFO_DESCRIPTION": "Please provide your personal details.", "FIRST_NAME_LABEL": "First Name", diff --git a/src/assets/i18n/es.json b/src/assets/i18n/es.json index 799cca0..9561ce5 100644 --- a/src/assets/i18n/es.json +++ b/src/assets/i18n/es.json @@ -106,7 +106,7 @@ }, "formProduct": { "CONTACT_US_TITLE": "Contáctenos", - "CONTACT_US_DESCRIPTION": "Queremos saber de usted. Complete el formulario a continuación y nos pondremos en contacto lo antes posible.", + "CONTACT_US_DESCRIPTION": "Complete el formulario a continuación y nos pondremos en contacto lo antes posible.", "APPLICANT_INFO_TITLE": "Información del solicitante", "APPLICANT_INFO_DESCRIPTION": "Por favor, proporciona tus datos personales.", "FIRST_NAME_LABEL": "Nombre",