Compare commits

...

3 Commits

Author SHA1 Message Date
24b4e99e33 correction updated 2025-08-30 20:14:55 +05:30
08a5155a77 btn links checked 2025-08-30 20:05:19 +05:30
34ccb93e7d btn links checked 2025-08-30 20:04:37 +05:30
6 changed files with 15 additions and 11 deletions

View File

@ -67,7 +67,7 @@ export default function Home() {
<p>Welcome to Rapha Rehab Physiotherapy Massage Therapy Clinic Etobicoke physiotherapy clinic in etobicoke managed by Registered Physiotherapists offering reliable physiotherapy treatment Services, Sports injury physiotherapy, Pelvic floor physiotherapy, Chiropractor, Massage therapy , Acupuncture treatment, Foot Reflexology, Osteopathy, custom knee braces, orthotics, spinal decompression therapy, concussion management, chronic pain management, workplace injury management, Naturopathy and home care physiotherapy Services in Etobicoke</p>
</div>
<div className="btn-box">
<Link href="index-2" className="theme-btn btn-one"><span>Book Appointment</span></Link>
<Link href="/contact" className="theme-btn btn-one"><span>Book Appointment</span></Link>
</div>
</div>
</div>
@ -147,7 +147,7 @@ export default function Home() {
<p>Physiotherapy etobicoke is a team of health care professionals working together to help get you better, faster. This helps us in rendering our best possible services to our clients</p>
</div>
<div className="btn-box">
<Link href="index-2" className="theme-btn btn-one"><span>Book Appointment</span></Link>
<Link href="/contact" className="theme-btn btn-one"><span>Book Appointment</span></Link>
</div>
</div>
</div>

View File

@ -185,13 +185,13 @@ const servicesCols = [
<div className="auto-container">
<div className="bottom-inner d-flex justify-content-center text-center">
<div className="copyright">
<p>
<p>
© Copyright {new Date().getFullYear()} Rapha Rehab | Powered by{" "}
<a
href="https://metatroncubesolutions.com/"
target="_blank"
rel="noopener noreferrer"
style={{ color: "#3779b9", fontWeight: "500" }}
style={{ color: "#fff", fontWeight: "700" }}
>
MetatronCube
</a>{" "}

View File

@ -170,7 +170,7 @@ const servicesCols = [
<li>
<i className="icon-26"></i>
<Link href="mailto:example@info.com">
example@info.com
info@rapharehab.ca
</Link>
</li>
</ul>
@ -191,7 +191,7 @@ const servicesCols = [
href="https://metatroncubesolutions.com/"
target="_blank"
rel="noopener noreferrer"
style={{ color: "#3779b9", fontWeight: "500" }}
style={{ color: "#fff", fontWeight: "700" }}
>
MetatronCube
</a>{" "}

View File

@ -23,7 +23,7 @@ export default function MobileServices() {
? service.title.slice(0, 20) + "..."
: service.title}</Link></h3>
<div className="btn-box">
<Link href="index-2" className="theme-btn-2 btn-one"><span>View Services</span></Link>
<Link href="index-2" className="theme-btn-2 btn-one"><span>View Service</span></Link>
</div>
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
</div>

View File

@ -61,8 +61,8 @@ export default function Banner() {
<div className="auto-container">
<div className="content-box">
<span className="upper-text">Compassionate Care, Delivered with Expertise</span>
<h2>Healing Touch <span>,</span> Renewed Strength</h2>
<p>Expert Hand Massage Techniques for Relief</p>
<h2>Healing Touch, <span>Fresh</span> Inner Strength</h2>
<p>Expert Hand Massage Techniques for Relief</p>
<p>
Experience targeted hand massage therapy to ease tension and promote healing, delivered by experienced therapists focused on your comfort and well-being.
</p>

View File

@ -2123,7 +2123,7 @@
}
.main-footer a:hover {
color: var(--secondary-color);
color: #ffff;
}
.main-footer .logo-widget .footer-logo {
@ -2869,9 +2869,13 @@
}
.theme-btn-2:after {
background: #0E1D40;
background: #fff;
}
.theme-btn-2:hover {
color: #bc0000 !important;
}
.theme-btn-2 span {
position: relative;
display: inline-block;