import React from "react"; import clsx from "clsx"; import useBaseUrl from "@docusaurus/useBaseUrl"; import styles from "./section.module.scss"; const Section = ({ title, children, withBackground }) => (

{title}

{children}
); const PromoSection = () => (

Managed DataHub

Acryl Data delivers an easy to consume DataHub platform for the enterprise

Sign up for Managed DataHub →
); export { Section, PromoSection };