import React from 'react' import { SectionContainer } from '../containers/section-container' import { Header3 } from '@app/components/general/header' import { companyName } from '@app/configs' import { Link } from '../typo/link' export function MarketingAlternatives() { return (
Pick the best Wave alternative

Start {companyName} now to get fast and affordable automated web accessibility testing & monitoring

Get Started Free
) }