// Books & Templates page — reference books + the Gumroad-gated template library.
//
// The 102-template library is sold as a single product on Gumroad. This page
// previews every template grouped by module and sends buyers to Gumroad to
// purchase + download. Book buyers apply their discount code at checkout.
// No files are served from this site, so nothing downloads without paying.
const GUMROAD_URL = "https://pmosimplified.gumroad.com/l/PMOMastery-TheCompleteTemplateLibrary";
function BooksTemplatesApp() {
const [tweaks, setTweak] = useTweaks(/*EDITMODE-BEGIN*/{ "themeColor": "navy" }/*EDITMODE-END*/);
useTweakBodyClasses(tweaks);
useLucideIcons([tweaks]);
return (
<>
{t("bt.eyebrow")}
{t("bt.title")}
{t("bt.sub")}
{/* Books — Amazon KDP */}
{t("books.booksEyebrow")}
{t("books.booksTitle")}
{/* Complete book — feature card with uploadable image + description */}