diff --git a/web/app/guides/page.tsx b/web/app/guides/page.tsx index b61ad53..f0841b5 100644 --- a/web/app/guides/page.tsx +++ b/web/app/guides/page.tsx @@ -2,6 +2,7 @@ import fs from "fs" import path from "path" import matter from "gray-matter" import Link from "next/link" +import { Play, MessageCircle, Users, Book, Database, Code } from "lucide-react" import Footer2 from "@/components/footer2" const guidesDirectory = path.join(process.cwd(), "..", "guides") @@ -49,6 +50,8 @@ export default function GuidesPage() {
Complementary guides to make the most of your Proxmox VE.
+ + {/* Dynamic Guides */}