import BlueButtonLink from './BlueButtonLink'; import SegmentHeader from './SegmentHeader'; export default function Segment({ title, content, imageUrl, infoUrl }) { return (
{title} {title}

{content}

MORE INFO
); }