From ced4e2ab8590438027fc65277e70e4d08a3e9d4c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 15:39:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 451 +++++++++++++++-------------------------------- 1 file changed, 139 insertions(+), 312 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f7f5352..7a58c51 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 { Heart, Clock, Leaf, Smile } from 'lucide-react'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -28,327 +29,153 @@ export default function LandingPage() { headingFontWeight="extrabold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1