stable state

This commit is contained in:
achraf
2026-04-01 00:41:31 +02:00
parent a4ee12732d
commit 8e62a0fa92
16 changed files with 779 additions and 565 deletions

View File

@@ -8,7 +8,7 @@ import Skills from "@/components/Skills";
import Contact from "@/components/Contact";
export default function Home() {
const { about, projects, experiences, education } = portfolioData;
const { about, projects, experiences, education, certificates } = portfolioData;
return (
<>
@@ -29,7 +29,7 @@ export default function Home() {
/>
<Projects projects={projects} />
<Experience experiences={experiences} />
<Education education={education} />
<Education education={education} certificates={certificates} />
<Skills
skills={about.skills}
languages={about.languages}