diff --git a/app/accident/page.js b/app/accident/page.js index dc17f0b..b41d3f9 100644 --- a/app/accident/page.js +++ b/app/accident/page.js @@ -15,31 +15,67 @@ export default function AccidentPage() {
{Accident.map((service, index) => ( -
-
-
+ //
+ //
+ //
+ //
+ //
+ // + // {service.title} + // + //
+ //
+ //
+ //
+ // {`${service.title}`} + //
+ //

+ // {service.title} + //

+ //

{service.shortDesc}

+ //
+ //
+ //
+ //
+
+
+
- {service.title} - + {service.title} +
-
-
+
+
{`${service.title}`}
-

+

{service.title}

-

{service.shortDesc}

+

+ {service?.shortDesc} +

diff --git a/app/area-of-injury/page.js b/app/area-of-injury/page.js index 0a02931..a06934f 100644 --- a/app/area-of-injury/page.js +++ b/app/area-of-injury/page.js @@ -22,32 +22,66 @@ export default function AreaOfInjury() { const altText = item.title ? item.title.toUpperCase() : "AREA OF INJURY"; return ( -
-
-
-
-
- + //
+ //
+ //
+ //
+ //
+ // + // {altText} + // + //
+ //
+ //
+ //
+ // {altText} + //
+ //

+ // {item.title} + //

+ //

{item.shortDescription}

+ //
+ //
+ //
+ //
+ +
+
+
+
+
+ {altText} - -
-
-
-
- {altText} -
-

- {item.title} -

-

{item.shortDescription}

+ +
+
+
+
+ {altText}
+

+ {item.title} +

+

+ {item.shortDescription} +

+
) })}
diff --git a/app/etobicoke-treatment-service/page.js b/app/etobicoke-treatment-service/page.js index 9eedbb4..a8d862d 100644 --- a/app/etobicoke-treatment-service/page.js +++ b/app/etobicoke-treatment-service/page.js @@ -4,8 +4,8 @@ import Link from "next/link" import { servicesList } from "@/utils/Services.utils" export const metadata = { - title: "Our Professional Services – Rapharehab Physiotherapy", - description: "Explore a full range of trusted services at Rapharehab, from physiotherapy to acupuncture, massage, osteopathy, chiropody, and more.", + title: "Our Professional Services – Rapharehab Physiotherapy", + description: "Explore a full range of trusted services at Rapharehab, from physiotherapy to acupuncture, massage, osteopathy, chiropody, and more.", }; export default function ServicesPage() { @@ -16,41 +16,41 @@ export default function ServicesPage() {
{servicesList.map((item) => ( -
-
-
-
-
- - {item.alt} - -
-
-
-
- +
+
+
+
+
+ + {item.alt} + +
+
+
+
+ +
+

+ + {item?.shortTitle} + +

+

+ {item?.shortDescription} +

-

- - {item?.shortTitle} - -

-

- {item?.shortDescription} -

-
))}
diff --git a/app/rehabilitation/page.js b/app/rehabilitation/page.js index 0afe9de..08ce6e0 100644 --- a/app/rehabilitation/page.js +++ b/app/rehabilitation/page.js @@ -15,13 +15,39 @@ export default function RehabilitationPage() {
{Rehabilitation.map((service, index) => ( -
-
-
+ //
+ //
+ //
+ //
+ //
+ // + // {service.title} + // + //
+ //
+ //
+ //
+ // {`${service.title} + //
+ //

+ // {service.title} + //

+ //

{service.shortDesc}

+ //
+ //
+ //
+ //
+ +
+
+
@@ -29,8 +55,8 @@ export default function RehabilitationPage() {
-
-
+
+
{`${service.title} {service.title} -

{service.shortDesc}

+

+ {service.shortDesc} +

diff --git a/components/ContactFloat.js b/components/ContactFloat.js index 7a48732..298d92d 100644 --- a/components/ContactFloat.js +++ b/components/ContactFloat.js @@ -23,7 +23,7 @@ export default function ContactFloat() { }, { href: "https://wa.me/14379934477", - src: "/assets/images/icons/whatsapp.png", + src: "/assets/images/icons/WhatsApp.svg.webp", label: "WhatsApp", newTab: true, }, diff --git a/components/sections/home2/Banner.js b/components/sections/home2/Banner.js index 5d2a40c..358cc85 100644 --- a/components/sections/home2/Banner.js +++ b/components/sections/home2/Banner.js @@ -134,7 +134,7 @@ export default function Banner() {

• Rehab • Strength Training • Personalized Care

- Book Your Appointment + Vist Our Location
diff --git a/components/sections/home2/MobileBanner.js b/components/sections/home2/MobileBanner.js index 1c285ba..8b01fc1 100644 --- a/components/sections/home2/MobileBanner.js +++ b/components/sections/home2/MobileBanner.js @@ -86,7 +86,7 @@ export default function MobileBanner() { // titleEnd: 'Care', // subtitle: 'Waterfront Physio and Rehab Services.', description: 'Discover holistic physiotherapy and rehab services designed to restore balance, ease pain, and support long-term recovery.', - buttonText: 'Visit Our Location', + buttonText: 'Book Your Appointment', buttonLink: '/contact', // contentStyle: 'with-background' }, diff --git a/public/assets/images/icons/WhatsApp.svg.webp b/public/assets/images/icons/WhatsApp.svg.webp new file mode 100644 index 0000000..c1e0720 Binary files /dev/null and b/public/assets/images/icons/WhatsApp.svg.webp differ