Compare commits

..

No commits in common. "24b4e99e339b71c964275dc49ab78250ea481805" and "1166409311f85a57c70ba63284493153ed2e8dde" have entirely different histories.

6 changed files with 11 additions and 15 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="/contact" className="theme-btn btn-one"><span>Book Appointment</span></Link>
<Link href="index-2" 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="/contact" className="theme-btn btn-one"><span>Book Appointment</span></Link>
<Link href="index-2" 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: "#fff", fontWeight: "700" }}
style={{ color: "#3779b9", fontWeight: "500" }}
>
MetatronCube
</a>{" "}

View File

@ -170,7 +170,7 @@ const servicesCols = [
<li>
<i className="icon-26"></i>
<Link href="mailto:example@info.com">
info@rapharehab.ca
example@info.com
</Link>
</li>
</ul>
@ -191,7 +191,7 @@ const servicesCols = [
href="https://metatroncubesolutions.com/"
target="_blank"
rel="noopener noreferrer"
style={{ color: "#fff", fontWeight: "700" }}
style={{ color: "#3779b9", fontWeight: "500" }}
>
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 Service</span></Link>
<Link href="index-2" className="theme-btn-2 btn-one"><span>View Services</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>Fresh</span> Inner Strength</h2>
<p>Expert Hand Massage Techniques for Relief</p>
<h2>Healing Touch <span>,</span> Renewed 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: #ffff;
color: var(--secondary-color);
}
.main-footer .logo-widget .footer-logo {
@ -2869,13 +2869,9 @@
}
.theme-btn-2:after {
background: #fff;
background: #0E1D40;
}
.theme-btn-2:hover {
color: #bc0000 !important;
}
.theme-btn-2 span {
position: relative;
display: inline-block;