From 34ccb93e7d762e7969f747d23fa44868e7b6a877 Mon Sep 17 00:00:00 2001 From: selvi Date: Sat, 30 Aug 2025 20:04:37 +0530 Subject: [PATCH] btn links checked --- app/about-us/page.js | 4 ++-- components/layout/footer/Footer1.js | 4 ++-- components/layout/footer/Footer2.js | 4 ++-- components/sections/home/AboutSection.js | 2 +- components/sections/home/MobileServicesSection.js | 2 +- public/assets/css/style.css | 8 ++++++-- 6 files changed, 14 insertions(+), 10 deletions(-) diff --git a/app/about-us/page.js b/app/about-us/page.js index a8364c3..b198e45 100644 --- a/app/about-us/page.js +++ b/app/about-us/page.js @@ -67,7 +67,7 @@ export default function Home() {

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

- Book Appointment + Book Appointment
@@ -147,7 +147,7 @@ export default function Home() {

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

- Book Appointment + Book Appointment
diff --git a/components/layout/footer/Footer1.js b/components/layout/footer/Footer1.js index 9b8c8d6..046e3c9 100644 --- a/components/layout/footer/Footer1.js +++ b/components/layout/footer/Footer1.js @@ -185,13 +185,13 @@ const servicesCols = [
-

+

© Copyright {new Date().getFullYear()} Rapha Rehab | Powered by{" "} MetatronCube {" "} diff --git a/components/layout/footer/Footer2.js b/components/layout/footer/Footer2.js index e9df3ec..6261723 100644 --- a/components/layout/footer/Footer2.js +++ b/components/layout/footer/Footer2.js @@ -170,7 +170,7 @@ const servicesCols = [

  • - example@info.com + info@rapharehab.ca
  • @@ -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 {" "} diff --git a/components/sections/home/AboutSection.js b/components/sections/home/AboutSection.js index e40b9fd..06dc916 100644 --- a/components/sections/home/AboutSection.js +++ b/components/sections/home/AboutSection.js @@ -43,7 +43,7 @@ export default function AboutSection() {
    - Explore Our Service + Explore Our Service
    {/*
    diff --git a/components/sections/home/MobileServicesSection.js b/components/sections/home/MobileServicesSection.js index c96c999..9c06ca2 100644 --- a/components/sections/home/MobileServicesSection.js +++ b/components/sections/home/MobileServicesSection.js @@ -23,7 +23,7 @@ export default function MobileServices() { ? service.title.slice(0, 20) + "..." : service.title}
    - View Services + View Service
    {/*

    Lorem ipsum dolor sit amet ctetur adipiscing

    */}
    diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 94f320e..04b6d9b 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -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;