From 638c866b98232e4dece7f098e47ae8ad74758bfd Mon Sep 17 00:00:00 2001 From: development Date: Thu, 29 Jan 2026 18:08:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfe672c..b824e10 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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -90,7 +90,7 @@ export default function LandingPage() { ]} animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -135,7 +135,7 @@ export default function LandingPage() { ]} animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -189,7 +189,7 @@ export default function LandingPage() { } ]} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -250,7 +250,7 @@ export default function LandingPage() { name: "message", placeholder: "How can we help you? Tell us about your registration needs...", rows: 5, required: true }} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" imageSrc="https://img.b2bpic.net/free-photo/businessman-checking-bankbook_53876-40975.jpg" imageAlt="Contact our support team" mediaPosition="right"