This commit is contained in:
@@ -58,8 +58,7 @@ const Contact: React.FC<PageProps<unknown>> = ({ location }) => {
|
||||
heading="Book a Demo"
|
||||
desc="Schedule a demonstration of the Data Controller to see our latest features and explore use cases"
|
||||
>
|
||||
<Seo title="Contact" />
|
||||
<Section color="black" bgColor="white" bottomArrow={false}>
|
||||
<Section color="black" bgColor="white" bottomArrow={false}>
|
||||
<div className="row">
|
||||
<div className="col-md-6">
|
||||
<SectionHeading center="no">Schedule a Call</SectionHeading>
|
||||
@@ -193,3 +192,5 @@ Message: ${message}`
|
||||
}
|
||||
|
||||
export default Contact
|
||||
|
||||
export const Head = () => <Seo title="Contact" />
|
||||
|
||||
Reference in New Issue
Block a user