diff --git a/src/App.js b/src/App.js index 46c6af6f..1ce03b75 100644 --- a/src/App.js +++ b/src/App.js @@ -8,10 +8,14 @@ import BlogPage from "./Components/footer_section/BlogPage/BlogPage" import FAQPage from "./Components/footer_section/FAQPage/FAQPage"; import Services from "./Components/footer_section/services/Services"; import ContactUs from "./Components/footer_section/ContactUs/contact_us"; + +import Readmore from "./Components/Readmore"; + import Pricing from "./Components/footer_section/Pricing/pricing"; import MyProjects from "./Components/menu_section/my_projects/MyProjects"; import NewProject from "./Components/menu_section/new_project/NewProject"; import Error from "./Components/404_page/Error"; + function App() { return ( @@ -26,9 +30,13 @@ function App() { } /> } /> } /> + + }/> + } /> } /> } /> +