Area of injury , Rehabilitation & Accident Short titles updated
This commit is contained in:
parent
fd0e1dccd7
commit
89f28d9f19
@ -79,7 +79,7 @@ export default function Menu() {
|
||||
</li> */}
|
||||
|
||||
<li className="dropdown menu-item-has-children"><Link href="/area-of-injury">Area of Injury</Link>
|
||||
{/* <ul>
|
||||
<ul>
|
||||
{areaOfInjuryData.map(item => (
|
||||
<li key={item.id}>
|
||||
<Link href={`/area-of-injury/${item.slug}`}>
|
||||
@ -87,10 +87,10 @@ export default function Menu() {
|
||||
</Link>
|
||||
</li>
|
||||
))}
|
||||
</ul> */}
|
||||
<ul className="absolute left-0 hidden group-hover:grid p-4
|
||||
</ul>
|
||||
{/* <ul className="absolute left-0 hidden group-hover:grid p-4
|
||||
grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-4"
|
||||
style={{ columnCount: 2, width: "50%", left: "450px" }}>
|
||||
style={{ columnCount: 2, width: "50%", left: "480px" }}>
|
||||
{areaOfInjuryData.map((item) => (
|
||||
<li key={item.id} className="break-inside-avoid">
|
||||
<Link href={`/area-of-injury/${item.slug}`}>
|
||||
@ -98,7 +98,7 @@ export default function Menu() {
|
||||
</Link>
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
</ul> */}
|
||||
</li>
|
||||
|
||||
<li className="dropdown menu-item-has-children"><Link href="/rehabilitation">Rehabilitation</Link>
|
||||
|
||||
@ -2,7 +2,7 @@ const Accident = [
|
||||
{
|
||||
id: 1,
|
||||
slug: "minor-injury-etobicoke",
|
||||
title: "Minor Injury in Etobicoke",
|
||||
title: "Minor Injury",
|
||||
shortTitle: "",
|
||||
shortDesc: "Minor injury rehabilitation relieves pain, restores movement, and prevents long-term complications.",
|
||||
mainImage: "/assets/images/accident/minor.webp",
|
||||
@ -76,7 +76,7 @@ const Accident = [
|
||||
{
|
||||
id: 2,
|
||||
slug: "catastropic-injury-etobicoke",
|
||||
title: "Catastrophic Injury in Etobicoke",
|
||||
title: "Catastrophic Injury",
|
||||
shortTitle: "",
|
||||
shortDesc: "Comprehensive rehabilitation for catastrophic injuries in Etobicoke, focusing on restoring function, independence, and quality of life.",
|
||||
mainImage: "/assets/images/accident/catastrophic.webp",
|
||||
@ -156,7 +156,7 @@ const Accident = [
|
||||
{
|
||||
id: 3,
|
||||
slug: "slip-and-fall-injury-etobicoke",
|
||||
title: "Slip and Fall Injury in Etobicoke",
|
||||
title: "Slip and Fall Injury",
|
||||
shortTitle: "",
|
||||
shortDesc: "Effective physiotherapy for slip and fall injuries in Etobicoke to restore mobility, reduce pain, and prevent long-term issues.",
|
||||
mainImage: "/assets/images/accident/slip.webp",
|
||||
@ -232,7 +232,7 @@ const Accident = [
|
||||
{
|
||||
id: 4,
|
||||
slug: "concussion-management-etobicoke",
|
||||
title: "Concussion Management in Etobicoke",
|
||||
title: "Concussion Management",
|
||||
shortTitle: "",
|
||||
shortDesc: "Expert concussion management in Etobicoke to restore brain function, balance, and overall health after head injuries.",
|
||||
mainImage: "/assets/images/accident/concussion.webp",
|
||||
@ -309,7 +309,7 @@ const Accident = [
|
||||
{
|
||||
id: 5,
|
||||
slug: "psychotherapy-management-etobicoke",
|
||||
title: "Psychotherapy Management in Etobicoke",
|
||||
title: "Psychotherapy Management",
|
||||
shortTitle: "",
|
||||
shortDesc: "Professional psychotherapy management in Etobicoke to improve mental health, emotional balance, and overall well-being.",
|
||||
mainImage: "/assets/images/accident/psychotherapy.webp",
|
||||
@ -385,7 +385,7 @@ const Accident = [
|
||||
{
|
||||
id: 6,
|
||||
slug: "hydrotherapy-etobicoke",
|
||||
title: "Hydrotherapy in Etobicoke",
|
||||
title: "Hydrotherapy",
|
||||
shortTitle: "",
|
||||
shortDesc: "Hydrotherapy in Etobicoke helps relieve pain, improve mobility, and accelerate recovery through therapeutic water-based exercises.",
|
||||
mainImage: "/assets/images/accident/hydrotherapy.webp",
|
||||
@ -460,7 +460,7 @@ const Accident = [
|
||||
{
|
||||
id: 7,
|
||||
slug: "chronic-pain-management-etobicoke",
|
||||
title: "Chronic Pain Management in Etobicoke",
|
||||
title: "Chronic Pain Management",
|
||||
shortTitle: "",
|
||||
shortDesc: "Expert chronic pain management in Etobicoke to reduce discomfort, improve mobility, and enhance quality of life through physiotherapy.",
|
||||
mainImage: "/assets/images/accident/chronic.webp",
|
||||
|
||||
@ -60,7 +60,7 @@ export const areaOfInjuryData = [
|
||||
{
|
||||
"id": 2,
|
||||
"slug": "neck-injury-physiotherapy-management-etobicoke",
|
||||
"title": "Neck Injury Physiotherapy Management in Etobicoke",
|
||||
"title": "Neck Injuries",
|
||||
shortTitle: "",
|
||||
"shortDescription": "Relieve neck pain, restore strength, and move freely again with specialized neck injury physiotherapy in Etobicoke.",
|
||||
"image": "/assets/images/areas-of-injury/neck-injury/left.webp",
|
||||
@ -172,7 +172,7 @@ export const areaOfInjuryData = [
|
||||
{
|
||||
"id": 3,
|
||||
"slug": "shoulder-injury-physiotherapy-management-etobicoke",
|
||||
"title": "Shoulder Injury Physiotherapy Management in Etobicoke",
|
||||
"title": "Shoulder Injuries",
|
||||
shortTitle: "",
|
||||
"shortDescription": "Recover strength, mobility, and confidence with expert shoulder injury physiotherapy in Etobicoke.",
|
||||
"image": "/assets/images/areas-of-injury/shoulder-injury/left.webp",
|
||||
@ -281,7 +281,7 @@ export const areaOfInjuryData = [
|
||||
{
|
||||
"id": 4,
|
||||
"slug": "elbow-injury-physiotherapy-management-etobicoke",
|
||||
"title": "Elbow Injury Physiotherapy Management in Etobicoke",
|
||||
"title": "Elbow Injuries",
|
||||
shortTitle: "",
|
||||
"shortDescription": "Heal elbow pain and restore strength with expert physiotherapy management in Etobicoke.",
|
||||
"image": "/assets/images/areas-of-injury/elbo-injury/left.webp",
|
||||
@ -392,7 +392,7 @@ export const areaOfInjuryData = [
|
||||
{
|
||||
"id": 5,
|
||||
"slug": "wristhand-injury-physiotherapy-management-etobicoke",
|
||||
"title": "Wrist & Hand Injury Physiotherapy Management in Etobicoke",
|
||||
"title": "Wrist & Hand Injuries",
|
||||
shortTitle: "",
|
||||
"shortDescription": "Recover hand and wrist strength with expert physiotherapy management in Etobicoke.",
|
||||
"image": "/assets/images/areas-of-injury/wrist-hand-injury/left.webp",
|
||||
@ -504,7 +504,7 @@ export const areaOfInjuryData = [
|
||||
{
|
||||
"id": 6,
|
||||
"slug": "lowback-injury-physiotherapy-management-etobicoke",
|
||||
"title": "Low Back Injury Physiotherapy Management in Etobicoke",
|
||||
"title": "Low Back Injuries",
|
||||
shortTitle: "",
|
||||
"shortDescription": "Ease your back pain and restore movement with expert low back injury physiotherapy management in Etobicoke.",
|
||||
image: "/assets/images/areas-of-injury/low-back-injury/left.webp",
|
||||
@ -615,7 +615,7 @@ export const areaOfInjuryData = [
|
||||
{
|
||||
"id": 7,
|
||||
"slug": "hip-injury-physiotherapy-management-etobicoke",
|
||||
"title": "Hip Injury Physiotherapy Management in Etobicoke",
|
||||
"title": "Hip Injuries",
|
||||
shortTitle: "",
|
||||
"shortDescription": "Restore hip strength, mobility, and function with expert physiotherapy management in Etobicoke.",
|
||||
"image": "/assets/images/areas-of-injury/hip-injury/left.webp",
|
||||
@ -724,7 +724,7 @@ export const areaOfInjuryData = [
|
||||
{
|
||||
"id": 8,
|
||||
"slug": "legknee-injury-physiotherapy-management-etobicoke",
|
||||
"title": "Leg & Knee Injury Physiotherapy Management in Etobicoke",
|
||||
"title": "Leg & Knee Injuries",
|
||||
shortTitle: "",
|
||||
"shortDescription": "Recover strength, mobility, and stability in your leg and knee with expert physiotherapy management in Etobicoke.",
|
||||
"image": "/assets/images/areas-of-injury/leg-knee-injury/left.webp",
|
||||
@ -832,7 +832,7 @@ export const areaOfInjuryData = [
|
||||
{
|
||||
"id": 9,
|
||||
"slug": "anklefoot-injury-physiotherapy-management-etobicoke",
|
||||
"title": "Ankle & Foot Injury Physiotherapy Management in Etobicoke",
|
||||
"title": "Ankle & Foot Injuries",
|
||||
shortTitle: "",
|
||||
"shortDescription": "Recover ankle and foot strength, stability, and mobility with expert physiotherapy management in Etobicoke.",
|
||||
"image": "/assets/images/areas-of-injury/ankle-foot-injury/left.webp",
|
||||
|
||||
@ -2,7 +2,7 @@ const Rehabilitation = [
|
||||
{
|
||||
"id": 1,
|
||||
"slug": "spinalcord-rehabilitation-clinic-etobicoke",
|
||||
"title": "Spinal Cord Rehabilitation Clinic in Etobicoke",
|
||||
"title": "Spinal Cord Injury Rehabilitation",
|
||||
shortTitle: "",
|
||||
"shortDesc": "Comprehensive spinal cord injury rehabilitation services in Etobicoke, focusing on recovery, independence, and quality of life.",
|
||||
mainImage: "/assets/images/rehabilitation/spinal.webp",
|
||||
@ -80,7 +80,7 @@ const Rehabilitation = [
|
||||
{
|
||||
"id": 2,
|
||||
"slug": "amputee-rehabilitation-clinic-etobicoke",
|
||||
"title": "Amputee Rehabilitation Clinic in Etobicoke",
|
||||
"title": "Amputee Rehabilitation",
|
||||
shortTitle: "",
|
||||
"shortDesc": "Comprehensive amputee rehabilitation services in Etobicoke, focusing on mobility, prosthetic training, and holistic recovery.",
|
||||
mainImage: "/assets/images/rehabilitation/amputee.webp",
|
||||
@ -157,7 +157,7 @@ const Rehabilitation = [
|
||||
{
|
||||
id: 3,
|
||||
slug: "fracture-rehabilitation-clinic-etobicoke",
|
||||
title: "Fracture Rehabilitation Clinic in Etobicoke",
|
||||
title: "Fracture Rehabilitation",
|
||||
shortTitle: "",
|
||||
shortDesc: "Expert fracture rehabilitation in Etobicoke to restore strength, mobility, and function after broken bones.",
|
||||
mainImage: "/assets/images/rehabilitation/fracture.webp",
|
||||
@ -237,7 +237,7 @@ const Rehabilitation = [
|
||||
{
|
||||
id: 4,
|
||||
slug: "neurological-rehabilitation-clinic-etobicoke",
|
||||
title: "Neurological Rehabilitation Clinic in Etobicoke",
|
||||
title: "Neurological Injury Rehabilitation",
|
||||
shortTitle: "",
|
||||
shortDesc: "Expert neurological rehabilitation in Etobicoke to restore movement, function, and independence after neurological injuries or disorders.",
|
||||
mainImage: "/assets/images/rehabilitation/neurological.webp",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user