Customizing the Projects Section
<h2 className={styles.title}>[Replace this text with your desired section title]</h2>[
{
"title": "[Replace this with your project title]",
"description": "[Replace this with a brief description of your project]",
"imageSrc": "[Replace this with the path to your project image]",
"githubLink": "[Replace this with the GitHub repository link for your project]"
},
// Add more projects if needed
]Last updated