Update src/app/page.tsx

This commit is contained in:
2026-06-10 11:36:04 +00:00
parent e1c186dc48
commit 239c4885c4

View File

@@ -1,6 +1,6 @@
"use client";
import { ThemeProvider } from "@/components/theme-provider";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
import FaqBase from "@/components/sections/faq/FaqBase";
@@ -81,6 +81,8 @@ export default function Home() {
faqsAnimation="slide-up"
tag="Support"
tagIcon={HelpCircle}
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
<FooterBase