import { EXAMPLE_TOOL_NAME, EXAMPLE_TOOL_URL } from "../lib/constants"; export default function Intro() { return (

Blog.

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

); }