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>
|
||||
</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>
|
||||
|
||||
@ -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>{" "}
|
||||
|
||||
@ -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>{" "}
|
||||
|
||||
@ -43,7 +43,7 @@ export default function AboutSection() {
|
||||
</ul>
|
||||
</div>
|
||||
<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 className="lower-box">
|
||||
<div className="experience-box">
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user