Enhance homepage intro by wrapping text in a strong tag for better emphasis

This commit is contained in:
Wayne Sutton
2025-12-20 22:43:30 -08:00
parent f14d6b6920
commit 4ea0dd82ef

View File

@@ -94,7 +94,9 @@ export default function Home() {
{/* Intro with JSX support for links */}
<p className="home-intro">
An open-source publishing framework for AI agents and developers.
<strong>
An open-source publishing framework for AI agents and developers.
</strong>{" "}
Write markdown, sync from the terminal.{" "}
<a
href="https://github.com/waynesutton/markdown-site"