import AnimationTextHead from '@/app/component/AnimationTextHead' import UnderlineLG from '@/components/icons/UnderlineLG' import React from 'react' import Item from './Item' function RelatedContent({ data }) { return (
) } export default RelatedContent