Refugee Physio therapee

This commit is contained in:
akash 2025-09-23 21:42:06 +05:30
commit 148e4b92d7
2 changed files with 18 additions and 3 deletions

View File

@ -19,7 +19,13 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
style={{ marginRight: "8px" }}
className="red-icon"
/>
<Link href="tel:647-722-3434">647-722-3434</Link>
<Link href="tel:647-722-3434">
<span style={{
color: "white",
}}>
647-722-3434
</span>
</Link>
</li>
<li>
<img
@ -28,7 +34,13 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSide
style={{ marginRight: "8px" }}
className="red-icon"
/>
<Link href="mailto:bloor@rapharehab.ca">bloor@rapharehab.ca</Link>
<Link href="mailto:bloor@rapharehab.ca">
<span style={{
color: "white",
}}>
bloor@rapharehab.ca
</span>
</Link>
</li>
</ul>

View File

@ -1299,7 +1299,7 @@
.header-top .top-inner .social-links {
justify-content: center;
gap: 20px;
gap: 18px;
}
/* Refuge */
@ -3740,4 +3740,7 @@
.main-menu .navigation>li {
margin: 0px 10px !important;
}
}
.color-white{
color: #fff !important;
}