Updated the Home.jsx
This commit is contained in:
parent
910c23f83a
commit
56fb3df920
@ -1,5 +1,7 @@
|
|||||||
import Header from "@/pages/Home/sections/Header";
|
import Header from "@/pages/Home/sections/Header";
|
||||||
import Access from "@/pages/Home/sections/Access";
|
import Access from "@/pages/Home/sections/Access";
|
||||||
|
import Safety from "@/pages/Home/sections/Safety";
|
||||||
|
import Integrate from "@/pages/Home/sections/Integrate";
|
||||||
|
|
||||||
export const Home = () => {
|
export const Home = () => {
|
||||||
return (
|
return (
|
||||||
@ -8,6 +10,9 @@ export const Home = () => {
|
|||||||
|
|
||||||
<Access />
|
<Access />
|
||||||
|
|
||||||
|
<Safety />
|
||||||
|
|
||||||
|
<Integrate />
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user