From dd2bb4d9b42df7eb8e4e575c41bf6adde0f171da Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:08:53 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 455c7a2..81aca03 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1424,4 +1424,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From a70854851135c0189097f3eb00ce21ed7bb0d9f8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:08:53 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 114 +++++++++++++++++++++++++++++++++++------------ 1 file changed, 86 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a5d05bb..4b95a61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import FeatureCardTwentyOne from "@/components/sections/feature/FeatureCardTwentyOne"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Sparkles } from "lucide-react"; +import { Sparkles, Droplet, Wind, Flame, Zap, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -67,20 +67,55 @@ export default function LandingPage() { /> -
+
+
+ +
+
+
+ +
+
); -} \ No newline at end of file +} -- 2.49.1