Index: frontend/src/pages/LandingPage/LandingPage.jsx
===================================================================
--- frontend/src/pages/LandingPage/LandingPage.jsx	(revision 793ce2c999fddd728a9a4f772ab13cc20b8c9914)
+++ frontend/src/pages/LandingPage/LandingPage.jsx	(revision 37307aadda57d1e5b86180b9b2b8a6318ec36095)
@@ -3,8 +3,9 @@
 import Hero from "./components/Hero";
 import Footer from "./components/Footer";
-import { Faq } from "./components/Faq";
 import { HowItWorks } from "./components/HowItWorks";
 import { Who } from "./components/Who";
-
+import { Faq } from "./components/Faq";
+import Features from "./components/Features";
+import Benefits from "./components/Benefits";
 const LandingPage = () => {
   return (
@@ -14,4 +15,6 @@
       <HowItWorks />
       <Who />
+      <Features />
+      <Benefits />
       <Faq />
       <Footer />
