Demos
Default
import { Insertion } from 'marketing-ui'
function Demo() {
return (
<Insertion
tagline="Sonax Editor's tip"
headline='As a general rule: You shouldn’t treat every injury yourself.'
>
<p>
What if there were a <a>fragrance</a>{' '}
so powerful it could transform your partner into an adventure you never
saw coming?
</p>
</Insertion>
)
}
export default Demo