add of text, button and background for the home

This commit is contained in:
2025-08-24 23:24:56 +02:00
parent c8214899db
commit a80bd8e2f2
12 changed files with 224 additions and 15 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ function Experiences() {
return (
<section id="experiences-section">
<h1>Expériences</h1>
<h1>Experiences</h1>
<div className="experiences-container">
{experiencesData.map((exp, index) => (
<SingleExperience experience={exp} whichSide={index % 2 !== 0}/>