From bdf55caaa994bb7675cff8dba56ab7ce7b8aec8e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 10:52:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 529 +++++++++++++---------------------------------- 1 file changed, 149 insertions(+), 380 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dc47db9..5fbc9a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Cloud, Compass, MapPin, Moon, Sun, Wind, Zap } from "lucide-react"; +import { Cloud, Compass, MapPin, Moon, Sun, Wind, Zap, Thermometer, Anchor } from "lucide-react"; export default function LandingPage() { return ( @@ -28,393 +28,162 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file