import React from 'react'; import * as Icon from 'react-feather'; import Link from 'next/link'; const News = function ({ backend, news, othernews, ...props }) { const NewsList = news.map((data) => { return ( <>