Contacto component renders the contact information page with phone and email details for customer inquiries.
Component Structure
components/contacto.js
Props
This component does not accept any props.Layout
The component uses a two-column layout:- Left column (col-lg-6): Phone contact information with Font Awesome phone icon
- Right column (col-lg-6): Email contact information with Font Awesome envelope icon
Contact Information
Phone: 3547461901Email: [email protected]
Styling
The component uses custom CSS targeting:#principal- Full-height container#contacto- Contact-specific styles with accent color#F61067
Route
Accessible at:/#/contacto