/** * External dependencies */ import { __ } from '@wordpress/i18n'; /** * Internal dependencies */ import ShipStationImage from '../images/shipstation.svg'; import TimerImage from '../images/timer.svg'; import StarImage from '../images/star.svg'; import DiscountImage from '../images/discount.svg'; import './wcs-banner.scss'; export const ShipStationBanner = () => { return (
{ __( 'Save your time', 'woocommerce' ) }
{ __( 'Import your orders automatically, no matter where you sell.', 'woocommerce' ) }
{ __( 'Save your money', 'woocommerce' ) }
{ __( 'Live shipping rates amongst all the carrier choices.', 'woocommerce' ) }
{ __( 'Wow your shoppers', 'woocommerce' ) }
{ __( 'Customize notification emails, packing slips, shipping labels.', 'woocommerce' ) }
); };