From a43e8c8a074edc0b82ba342cb201427807f03f03 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sun, 16 Feb 2025 14:08:50 +0100 Subject: [PATCH] Update page.tsx --- web/app/guides/page.tsx | 84 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 80 insertions(+), 4 deletions(-) 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 */}