diff --git a/src/app/page.tsx b/src/app/page.tsx index 82ba599..3f0a0f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; 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"], imageSrc: "https://img.b2bpic.net/free-vector/colorful-dashboard-collection-chart-elements_23-2148263144.jpg", imageAlt: "Performance metrics" } - ] + ]} textboxLayout="default" useInvertedBackground="noInvert" />