// src/pages/Support.js import React from 'react'; import '../styles/Support.css'; const Support = () => { return (

Support

Need help? We're here to assist you with anything related to IntelliInspect.

Email Us

Send your queries or issues to:
support@intelliinspect.ai

Help Center

Browse common FAQs and user guides in our documentation portal.

); }; export default Support;