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