Contact Page
Contact Page Hero
To customize the data in the Hero section, you can modify the following properties in the components/shared/PageHero.jsx
file in the app/contact/page.jsx
and customize the following data:
<PageHero
subtitle="ABOUT COMPANY"
title="The future of business is being <br> shaped by aplio"
paragraph="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/shared/ContactForm.jsx
file. To customize the Contact form, you can make changes to the code within that file.
- 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.
- Add necessary form validation, such as checking if the email field is filled and if the entered email is valid.
- 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, JSX) 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/contact/ContactInfo.jsx
file. Go the the page and update the data as per your need.