/** * External dependencies */ import { Card, CardBody } from '@wordpress/components'; /** * Internal dependencies */ import strings from './strings'; import GiftIcon from './gift'; import WCPayOfferIcon from './wcpay-offer.svg'; const Banner = () => { return (
{ strings.limitedTimeOffer }

{ strings.bannerCopy }

{ strings.discountCopy }

{ strings.termsAndConditions }

WCPay Offer icon
); }; export default Banner;