diff --git a/frontend/index.html b/frontend/index.html index 146e265..3ada7dc 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -1,16 +1,27 @@ - + - + + devXsphere - +
+ diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 8276414..20af96f 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -4,9 +4,9 @@ import TeamSection from "./components/TeamSection"; import Footer from "./components/Footer"; import Testimonials from "./components/Testimonials"; import Main from "./components/Main"; -import Events from "./components/Events" +import Events from "./components/Events"; import Carousel from "./components/Carousel"; - +import Faq from "./components/Faq"; export default function App() { return ( @@ -17,6 +17,7 @@ export default function App() { +