feat: narrative explaination

This commit is contained in:
2026-02-23 19:56:21 +00:00
parent acbe38a698
commit 0087f6fb28

View File

@@ -8,6 +8,10 @@ const Experience = (): JSX.Element => {
return (
<div className={styles.section} id={"experience"}>
<h2>Work Experience</h2>
<p className={styles.intro}>
Growing up in Warsaw, I moved to London at 18. Since then, my career and education has taken me through
Edinburgh and Manchester, shaping my journey across the UK.
</p>
<div className={styles.cityGroupsContainer}>
{cityGroups.map((group, index) => (
<CityGroup key={index} group={group} />