Customizing the Experience Section
jsxCopy code<h2 className={styles.title}>[Replace this text with your desired section title]</h2>jsonCopy code[
{
"title": "[Replace this with the name of your skill]",
"imageSrc": "[Replace this with the path to your skill image]"
},
// Add more skills if needed
]Last updated