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 +} 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 +}