Final touches
This commit is contained in:
+3
-1
@@ -1,8 +1,9 @@
|
||||
import Navbar from "../Components/Pages/Navbar/Navbar";
|
||||
import Navbar from "../Components/Navbar/Navbar";
|
||||
import Hero from "../Components/Pages/Hero/Hero";
|
||||
import Services from "../Components/Pages/Services/Services";
|
||||
import ResultsPage from "../Components/Pages/Results/ResultsPage";
|
||||
import ContactPage from "../Components/Pages/Contact/ContactPage";
|
||||
import Footer from "../Components/Footer/Footer";
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
@@ -18,6 +19,7 @@ const Home = () => {
|
||||
<div id="Contact">
|
||||
<ContactPage />
|
||||
</div>
|
||||
<Footer />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user