From 421e04a401db8d070a1f90f3830e57226c18a788 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 5 Feb 2026 13:46:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 14a0013..3f8795f 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 NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -82,7 +82,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -128,7 +128,7 @@ export default function LandingPage() { ]} animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" />