diff --git a/src/app/installation-support/page.tsx b/src/app/installation-support/page.tsx new file mode 100644 index 0000000..02d9074 --- /dev/null +++ b/src/app/installation-support/page.tsx @@ -0,0 +1,55 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; + +export default function InstallationSupportPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 701cf6b..eab8c43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function LandingPage() {