Compare commits

..

3 Commits

Author SHA1 Message Date
akash
af5a2d86a9 Image Alignment issue updated 2025-09-09 14:30:34 +05:30
akash
eee485c4cb Image Alignment issue updated 2025-09-09 14:14:34 +05:30
akash
296791315e Image Alignment issue fixed 2025-09-09 14:13:05 +05:30
3 changed files with 9 additions and 3 deletions

View File

@ -150,7 +150,7 @@ export default function Team() {
</div> */}
<p className="inner-box-new-color">Rapha rehab offers patients in etobicoke and scarborough exceptional care with a personalized treatment plan to suit your specific needs. If you are suffering from pain or have recently experienced an injury, our etobicoke and scarborough Physiotherapists will ensure you get back to the activities you enjoy and love. Call us at 647-722-3434 for an appointment today or email us at bloor@rapharehab.ca to book a consultation.</p>
<div className="btn-box mt-4">
<Link href="tel:647-722-3434" className="theme-btn btn-one">
<Link href="tel:647-722-3434" className="theme-btn btn-one-blue">
<span>Make an Appointment</span>
</Link>
</div>

View File

@ -27,8 +27,8 @@
.image_block_two .image-box{
position: relative;
display: block;
/* padding-bottom: 137px; */
/* padding-left: 140px; */
padding-bottom: 137px;
padding-left: 140px;
}
.image_block_two .image-box img{

View File

@ -479,6 +479,12 @@
.theme-btn.btn-one {
background: var(--theme-color);
}
.theme-btn.btn-one-blue{
background-color: #102548;
}
.theme-btn.btn-one-new {