import React from 'react' import { SectionContainer } from '../containers/section-container' import { HuluSvg } from '../svgs/brand-hulu' import { BlockChainSvg } from '../svgs/brand-blockchain' import { ArrowSvg } from '../svgs/brand-arrow' import { Header4 } from '@app/components/general/header' import { companyName } from '@app/configs' const props = { width: 231.68, height: 56.45, className: 'max-h-12', } export function MarketingTrustBy() { return ( {companyName} is used by companies that care about web access
) }