Add clean-pdf tool page with web form and Zotero section

This commit is contained in:
2026-07-06 12:49:06 +05:00
parent 668dd29397
commit 0cbea10e1a
5 changed files with 189 additions and 2 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
import Link from "next/link";
import { MessageSquareQuote, FileCode2, Palette, SlidersHorizontal, Table2, Database, Wrench, type LucideIcon } from "lucide-react";
import { MessageSquareQuote, FileCode2, Palette, SlidersHorizontal, Table2, Database, FileText, Wrench, type LucideIcon } from "lucide-react";
import type { ToolMeta } from "@/lib/tools/_shared/types";
// Явная карта (не `import * as Icons`) — иначе весь набор lucide попадает в бандл.
@@ -10,6 +10,7 @@ const ICONS: Record<string, LucideIcon> = {
SlidersHorizontal,
Table2,
Database,
FileText,
};
export function ToolCard({ tool }: { tool: ToolMeta }) {