/** * External dependencies */ import React from 'react'; import tracker from '../../../js/utils/tracker'; /** * WordPress dependencies */ const {__} = wp.i18n; export default ({smushData}) => { return (

{__('Next-Gen Formats', 'wp-smushit')}

{__('Smush

{__( 'Fix the "Serve images in next-gen format" Google PageSpeed recommendation with a single click! Serve WebP and AVIF images directly from your server to supported browsers, while seamlessly switching to original images for those without WebP or AVIF support. All without relying on a CDN or any server configuration.', 'wp-smushit' )}

{ tracker.track( 'local_webp_upsell', { Location: 'local_webp_page', } ); } } > {__( 'UNLOCK NEXT-GEN FORMATS WITH PRO', 'wp-smushit')}

); };