import React from 'react';
import SectionHeader from 'terra-section-header';

const LongTitleSectionHeader = () => (
  <div>
    <h2>Long Title</h2>
    <SectionHeader text="This is a header with long text .This is an element provides a customizable header layout with a prominent title options for the elements.This component saves time and effort in designing a header from scratch and ensures consistency across a websites pages." />
  </div>
);

export default LongTitleSectionHeader;
