Team Members bottom social icon removed

This commit is contained in:
akash 2025-09-23 23:13:31 +05:30
parent 14f447f31d
commit 87ce64eeeb

View File

@ -36,13 +36,13 @@ export default function Home() {
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`}>{member.name}</Link>
</h3>
<span className="designation">{member.designation}</span>
<ul className="social-links clearfix">
{/* <ul className="social-links clearfix">
{member.socials.map((social, idx) => (
<li key={idx}>
<Link href={social.link}><i className={social.icon}></i></Link>
</li>
))}
</ul>
</ul> */}
</div>
</div>
</div>