This commit is contained in:
2026-04-23 22:29:00 +02:00
parent fcd3554545
commit 3460b67777
37 changed files with 356 additions and 325 deletions
+2
View File
@@ -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>