import React from 'react'; import DescriptionIcon from '@mui/icons-material/Description'; import { SectionCard } from '../SectionCard/SectionCard'; export const Documentation = () => { return ( } items={[ { title: 'Provider Integration Overview' }, { title: 'APIs Introduction' }, { title: 'Documentation Overview' }, { title: 'How-Tos' }, ]} /> ); };