From 286e3c44d244ac1c7a0b76e72a62d20fcd6dc6e2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:08:53 +0000 Subject: [PATCH] Update src/app/solutions/page.tsx --- src/app/solutions/page.tsx | 265 ++++++++++++------------------------- 1 file changed, 87 insertions(+), 178 deletions(-) diff --git a/src/app/solutions/page.tsx b/src/app/solutions/page.tsx index 147117e..07703fb 100644 --- a/src/app/solutions/page.tsx +++ b/src/app/solutions/page.tsx @@ -2,191 +2,100 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; -export default function LandingPage() { +export default function SolutionsPage() { return ( - + -
- -
+
+ +
-
- -
- - +
);