From 5341076fc8ade5e62f137246782b20d027bed635 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 06:03:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 346 ++++++++++++++++------------------------------- 1 file changed, 113 insertions(+), 233 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ad6382..d0a8d0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { ArrowRight } from "lucide-react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -26,246 +27,125 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1