/** * External dependencies */ import { __ } from '@wordpress/i18n'; import { Card, Flex, FlexItem, FlexBlock } from '@wordpress/components'; import { Icon, trendingUp, megaphone } from '@wordpress/icons'; /** * Internal dependencies */ import './IntroductionBanner.scss'; import wooIconUrl from './woo.svg'; import illustrationUrl from './illustration.svg'; export const IntroductionBanner = () => { return (
{ __( 'Reach new customers and increase sales without leaving WooCommerce', 'woocommerce' ) }
{ __( 'Reach customers on other sales channels', 'woocommerce' ) } { __( 'Advertise with marketing campaigns', 'woocommerce' ) } } /> { __( 'Built by WooCommerce', 'woocommerce' ) }
{
); };