Services Page
This commit is contained in:
+6
-2
@@ -1,12 +1,16 @@
|
||||
import React from "react";
|
||||
import Navbar from "../Components/Navbar/Navbar";
|
||||
import Hero from "../Components/Hero/Hero";
|
||||
import Navbar from "../components/Navbar/Navbar";
|
||||
import Hero from "../components/Hero/Hero";
|
||||
import Services from "../components/Services/Services";
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
<div>
|
||||
<Navbar />
|
||||
<Hero />
|
||||
<div id="Services">
|
||||
<Services />
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user