import React from 'react'; import { __ } from '@wordpress/i18n'; const Hero = () => { const assetsUrl = window.THUMBPRESS?.assets_url || ''; const proImgBase = `${assetsUrl}admin/img/pro/`; return (
{__( 'Unused images, oversized files, and missing optimization pile up with every upload. Pro finds them all and fixes them — without touching a single file manually.', 'image-sizes' )}
(
document.getElementById('thumbpress-pro-features')?.scrollIntoView({ behavior: 'smooth' })
)}
/>