btn links checked
This commit is contained in:
parent
92fcae3143
commit
34ccb93e7d
@ -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>
|
<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>
|
||||||
<div className="btn-box">
|
<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>
|
</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>
|
<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>
|
||||||
<div className="btn-box">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -191,7 +191,7 @@ const servicesCols = [
|
|||||||
href="https://metatroncubesolutions.com/"
|
href="https://metatroncubesolutions.com/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
style={{ color: "#3779b9", fontWeight: "500" }}
|
style={{ color: "#fff", fontWeight: "700" }}
|
||||||
>
|
>
|
||||||
MetatronCube
|
MetatronCube
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
|
|||||||
@ -170,7 +170,7 @@ const servicesCols = [
|
|||||||
<li>
|
<li>
|
||||||
<i className="icon-26"></i>
|
<i className="icon-26"></i>
|
||||||
<Link href="mailto:example@info.com">
|
<Link href="mailto:example@info.com">
|
||||||
example@info.com
|
info@rapharehab.ca
|
||||||
</Link>
|
</Link>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -191,7 +191,7 @@ const servicesCols = [
|
|||||||
href="https://metatroncubesolutions.com/"
|
href="https://metatroncubesolutions.com/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
style={{ color: "#3779b9", fontWeight: "500" }}
|
style={{ color: "#fff", fontWeight: "700" }}
|
||||||
>
|
>
|
||||||
MetatronCube
|
MetatronCube
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
|
|||||||
@ -43,7 +43,7 @@ export default function AboutSection() {
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div className="btn-box">
|
<div className="btn-box">
|
||||||
<Link href="index-2" className="theme-btn btn-one"><span>Explore Our Service</span></Link>
|
<Link href="/about-us" className="theme-btn btn-one"><span>Explore Our Service</span></Link>
|
||||||
</div>
|
</div>
|
||||||
{/* <div className="lower-box">
|
{/* <div className="lower-box">
|
||||||
<div className="experience-box">
|
<div className="experience-box">
|
||||||
|
|||||||
@ -23,7 +23,7 @@ export default function MobileServices() {
|
|||||||
? service.title.slice(0, 20) + "..."
|
? service.title.slice(0, 20) + "..."
|
||||||
: service.title}</Link></h3>
|
: service.title}</Link></h3>
|
||||||
<div className="btn-box">
|
<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>
|
</div>
|
||||||
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
{/* <p>Lorem ipsum dolor sit amet ctetur adipiscing</p> */}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -2123,7 +2123,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main-footer a:hover {
|
.main-footer a:hover {
|
||||||
color: var(--secondary-color);
|
color: #ffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-footer .logo-widget .footer-logo {
|
.main-footer .logo-widget .footer-logo {
|
||||||
@ -2869,7 +2869,11 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.theme-btn-2:after {
|
.theme-btn-2:after {
|
||||||
background: #0E1D40;
|
background: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.theme-btn-2:hover {
|
||||||
|
color: #bc0000 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-btn-2 span {
|
.theme-btn-2 span {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user