import * as React from "react";
import { graphql } from "gatsby";
import Layout, { Section } from "../components/Layout";
import { Aside } from "../components/News";
import Link from "../components/Link";
import SEO from "../components/seo";
const NewsCard = ({ ...props }) => {
return (