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

Blog.

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

); }; export default Intro;