/** * External dependencies */ import { Card, CardBody } from '@wordpress/components'; /** * Internal dependencies */ import strings from './strings'; import FlagIcon from './flag'; const Banner = () => { return (

{ strings.limitedTimeOffer }: { strings.bannerCopy }

{ strings.discountCopy }

{ /*

{strings.bannerHeading}

*/ }
); }; export default Banner;