Compare commits
2 Commits
32d1af3d72
...
2a423bd172
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2a423bd172 | ||
|
|
87ce64eeeb |
@ -36,13 +36,13 @@ export default function Home() {
|
|||||||
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`}>{member.name}</Link>
|
<Link href={`/our-team-physiotherapy-etobicoke/${member.slug}`}>{member.name}</Link>
|
||||||
</h3>
|
</h3>
|
||||||
<span className="designation">{member.designation}</span>
|
<span className="designation">{member.designation}</span>
|
||||||
<ul className="social-links clearfix">
|
{/* <ul className="social-links clearfix">
|
||||||
{member.socials.map((social, idx) => (
|
{member.socials.map((social, idx) => (
|
||||||
<li key={idx}>
|
<li key={idx}>
|
||||||
<Link href={social.link}><i className={social.icon}></i></Link>
|
<Link href={social.link}><i className={social.icon}></i></Link>
|
||||||
</li>
|
</li>
|
||||||
))}
|
))}
|
||||||
</ul>
|
</ul> */}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user