import { CMS_NAME } from "../lib/constants"; const Intro = () => { return (

Blog.

A statically generated blog example using{" "} Next.js {" "} and {CMS_NAME}.

); }; export default Intro;