import { PageProps, Link } from 'gatsby' import * as React from 'react' import Layout from '../components/layout' import Seo from '../components/seo' import { Section } from '../components/shared' import { SectionHeading, SectionDesc, SolidButton } from '../components/shared/styledComponents' import { FAQ } from '../styledComponents/faq' const Faq: React.FC> = ({ location }) => { return (
For any further information regarding Data Controller please reference our Contact page and send us your questions. Our team will review it and follow up within 24 hours.
Contact Us
) } export default Faq export const Head = () =>