Customizing the Contact Section
<div className={styles.text}>
<h2>[Replace this text with your desired section title]</h2>
<p>[Replace this text with your desired section description]</p>
</div><li className={styles.link}>
<img src={getImageUrl("contact/emailIcon.png")} alt="Email icon" />
<a href="mailto:[Replace this with your email address]">[Replace this with your email address]</a>
</li>
<li className={styles.link}>
<img src={getImageUrl("contact/linkedinIcon.png")} alt="LinkedIn icon" />
<a href="[Replace this with your LinkedIn profile URL]">[Replace this with your LinkedIn profile URL]</a>
</li>
<li className={styles.link}>
<img src={getImageUrl("contact/githubIcon.png")} alt="Github icon" />
<a href="[Replace this with your GitHub profile URL]">[Replace this with your GitHub profile URL]</a>
</li>Last updated