From 9976b79dd770f650075ab82adf653c6d0a3a3f83 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 00:52:57 +0000 Subject: [PATCH 1/6] Add src/app/installation-support/page.tsx --- src/app/installation-support/page.tsx | 55 +++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 src/app/installation-support/page.tsx 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 ( + + + + +
+ +
+ + +
+
+ ); +} -- 2.49.1 From 845ed09f940be88b0c03c528b1500b309bdeab2b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 00:52:57 +0000 Subject: [PATCH 2/6] 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 701cf6b..eab8c43 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function LandingPage() {