update
This commit is contained in:
@@ -3,6 +3,7 @@ import Presentation from "../components/Presentation";
|
||||
import About from "../components/About";
|
||||
import Projects from "../components/Projects";
|
||||
import Experiences from "@/components/Experiences";
|
||||
import Certifications from "@/components/Certifications";
|
||||
import Educations from "@/components/Educations";
|
||||
import Contact from "@/components/Contact";
|
||||
|
||||
@@ -12,6 +13,7 @@ export default function Home() {
|
||||
<Header></Header>
|
||||
<Presentation></Presentation>
|
||||
<About></About>
|
||||
<Certifications></Certifications>
|
||||
<Projects></Projects>
|
||||
<Experiences></Experiences>
|
||||
<Educations></Educations>
|
||||
|
||||
Reference in New Issue
Block a user