diff --git a/frontend/public/index.html b/frontend/public/index.html index b6757028..97716cdf 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -30,7 +30,7 @@ gtag('config', 'G-6WS166VH7E'); - DEVLAPS + DEVLABS diff --git a/frontend/src/App.js b/frontend/src/App.js index e0e2ff2f..9020d54e 100644 --- a/frontend/src/App.js +++ b/frontend/src/App.js @@ -19,6 +19,14 @@ import Review from "./Component/Review"; import AOS from "aos"; import "aos/dist/aos.css"; + +import Review from "./Component/Review.js"; + + +import Review from "./Component/Review"; + +import AOS from "aos"; +import "aos/dist/aos.css"; import { Toaster } from "react-hot-toast"; import ScrollToTop from "./Component/ScrollToTop"; @@ -32,6 +40,44 @@ import Extension from "./pages/Extension"; import UI from "./pages/UI"; import FrontendTools from "./pages/FrontendTools"; import EthicalHacking from "./pages/EthicalHacking"; +import CodingPlateform from "./pages/CodingPlatform.jsx"; +import CourcesPlatform from "./pages/CoursesPlatform.jsx"; + + +import Faq from "./Component/Faq"; + +function App() { + const [searchQuery, setSearchQuery] = useState(""); + AOS.init(); + + return ( + <> + + + + }> + }> + }> + }> + } /> + } /> {/* 404 route */} + }> + + }> + }> + }> + }> + }> + }> + }> + }> + }> + + + +