import { MarketingDrawer } from '@app/components/general' import { metaSetter } from '@app/utils' import type { PageProps } from '@app/types' import { companyName } from '@app/configs' import { MarketingFeatureCompareList } from '@app/components/stateless/marketing/features-compare' import { SectionContainer } from '@app/components/stateless/containers/section-container' import { Header } from '@app/components/general/header' function WhyUs({ name }: PageProps) { return (
Why {companyName} VS X

Web accessibility tool comparison

A detailed list of comparing tools and services for web accessibility.

) } export default metaSetter( { WhyUs }, { title: 'Why Us?', description: 'The benefits of A11yWatch compared amongst other web accessibility tools and services. See the facts on why you should pick us.', } )