Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user