import { CMS_NAME } from "@/lib/constants"; export function Intro() { return (

Blog.

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

); }