Update src/app/page.tsx

This commit is contained in:
2026-01-29 18:08:50 +00:00
parent d7bde41a45
commit 638c866b98

View File

@@ -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"
/>
</div>
@@ -135,7 +135,7 @@ export default function LandingPage() {
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -189,7 +189,7 @@ export default function LandingPage() {
}
]}
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -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"