import { localizeUrl } from '@automattic/i18n-utils'; import { useTranslate } from 'i18n-calypso'; export default function IneligibleSite() { const translate = useTranslate(); return ( <>

{ translate( 'Your site is not eligible to Advertise with Blaze' ) }

{ translate( "Unfortunately, your site doesn't qualify for advertising using Blaze. If you have any questions or need assistance, please contact our {{a}}support team{{/a}}.", { components: { a: ( ), }, } ) }

); }