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

{__('Local WebP', 'wp-smushit')}

{__('Smush

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

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

); };