Aplio
NuxtJs
Contact page

Contact Page

Contact Page Hero

To customize the data in the Hero section, you can modify the following properties in the components\Shared\PageHero.vue file in the pages\contact.vue and customize the following data:

<PageHero
  sub-title="GET IN TOUCH"
  title="Contact our help desk for
    assistance"
  description="Until recently, the prevailing view assumed lorem
    ipsum was born as a nonsense text. It's not Latin, though it looks like it"
/>

Update the text inside the <span> elements to customize the page title according to your preferences.

Contact Form

The Contact form is generated from the components\CareerPage\ContactInfo.vue file. To customize the Contact form, you can make changes to the code within that file.

  1. To make the form functional, you will need to handle form submission and implement the desired behavior, such as sending the form data to a server or displaying a success message.
  2. Add necessary form validation, such as checking if the email field is filled and if the entered email is valid.
  3. You can use third-party libraries or frameworks to handle form submission and validation, or you can implement your own custom logic.

Please note that configuring the subscription form requires both frontend (HTML, CSS, vue) and backend (form submission handling) development skills. If you are unfamiliar with web development, it may be helpful to consult with a developer or study relevant documentation and tutorials.

Contact Info

The contact address data is generated from the components\CareerPage\ContactInfo.vue file. Go the the page and update the data as per your need.