import ContactForm from "@/components/contact-form"; export const metadata = { title: "Contact Us", description: "Need our help? Get in touch!", }; const ContactPage = () => { return ( <>

Contact Us

Get in Touch

We would love to hear from you. Please fill out the form below or use our contact information.

Contact Information

Email: sales@techaro.lol

Contact Form

); }; export default ContactPage;