Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-09 17:02:18 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -94,7 +94,7 @@ export default function LandingPage() {
id: "3", title: "System Performance", author: "DevOps Team", description: "CPU usage, memory allocation, and infrastructure health status", tags: ["Performance", "System"], id: "3", title: "System Performance", author: "DevOps Team", description: "CPU usage, memory allocation, and infrastructure health status", tags: ["Performance", "System"],
imageSrc: "https://img.b2bpic.net/free-vector/colorful-dashboard-collection-chart-elements_23-2148263144.jpg", imageAlt: "Performance metrics" imageSrc: "https://img.b2bpic.net/free-vector/colorful-dashboard-collection-chart-elements_23-2148263144.jpg", imageAlt: "Performance metrics"
} }
] ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />