-
REHABILITATION
+ ACCIDENT
- {Rehabilitation.map((item) => (
+ {Accident.map((item) => (
-
-
+
{item.title}
@@ -136,13 +131,13 @@ export default function Footer2() {
-
ACCIDENT
+ REHABILITATION
- {Accident.map((item) => (
+ {Rehabilitation.map((item) => (
-
-
+
{item.title}
@@ -171,7 +166,7 @@ export default function Footer2() {
-
-
+
bloor@rapharehab.ca
diff --git a/components/layout/footer/Footer2.js b/components/layout/footer/Footer2.js
index 6a4a78e..2ad3c72 100644
--- a/components/layout/footer/Footer2.js
+++ b/components/layout/footer/Footer2.js
@@ -50,12 +50,6 @@ export default function Footer2() {
- {/* -
-
-
- -
-
-
*/}
-
diff --git a/public/assets/css/style.css b/public/assets/css/style.css
index 0f04c0e..ff2f768 100644
--- a/public/assets/css/style.css
+++ b/public/assets/css/style.css
@@ -2272,6 +2272,27 @@
margin-bottom: 30px;
}
+ /* Footer social icons only */
+.main-footer .social-links li a {
+ display: inline-flex;
+ align-items: center;
+ justify-content: center;
+ width: 40px;
+ height: 40px;
+ border-radius: 50%;
+ background: #fff !important; /* white background */
+ text-decoration: none;
+}
+
+.main-footer .social-links li a i,
+.main-footer .social-links li a i::before {
+ color: #e60000 !important; /* red icon */
+ font-size: 18px;
+ line-height: 1;
+ display: inline-block;
+}
+
+
.main-footer .logo-widget p {
margin-bottom: 30px;
}
diff --git a/public/assets/images/banner/mobile-banner/banner-1.webp b/public/assets/images/banner/mobile-banner/banner-1.webp
index 1ccc84f..6c7b5a3 100644
Binary files a/public/assets/images/banner/mobile-banner/banner-1.webp and b/public/assets/images/banner/mobile-banner/banner-1.webp differ
diff --git a/public/assets/images/cancel.png b/public/assets/images/cancel.png
new file mode 100644
index 0000000..f558349
Binary files /dev/null and b/public/assets/images/cancel.png differ
diff --git a/public/assets/images/chat.png b/public/assets/images/chat.png
new file mode 100644
index 0000000..dba7582
Binary files /dev/null and b/public/assets/images/chat.png differ
diff --git a/public/assets/images/share.png b/public/assets/images/share.png
new file mode 100644
index 0000000..df593e3
Binary files /dev/null and b/public/assets/images/share.png differ