/** * External dependencies */ import { __ } from '@wordpress/i18n'; /** * Internal dependencies */ import WCSImage from '../images/wcs.svg'; import PrinterImage from '../images/printer.svg'; import PaperImage from '../images/paper.svg'; import DiscountImage from '../images/discount.svg'; import './wcs-banner.scss'; export const WCSBanner = () => { return (
{ __( 'Buy postage when you need it', 'woocommerce' ) }
{ __( 'No need to wonder where that stampbook went.', 'woocommerce' ) }
{ __( 'Print at home', 'woocommerce' ) }
{ __( 'Pick up an order, then just pay, print, package and post.', 'woocommerce' ) }
{ __( 'Discounted rates', 'woocommerce' ) }
{ __( 'Access discounted shipping rates with DHL and USPS.', 'woocommerce' ) }
); };