{props.title}
{props.grid.map((gridItem, index) => (
{gridItem.title}
{gridItem.text}
))}import Head from 'next/head'; import Image from 'next/image'; import * as React from 'react'; import ReactMarkdown from 'react-markdown'; import fs from 'fs'; import yaml from 'js-yaml'; import styles from '../styles/Home.module.css'; import { withHotContentReload } from '../../dist/hotContentReload'; function Home(props) { return (
{gridItem.text}
))}
{children}
);
}
}}
>
{children}