diff --git a/app/area-of-injury/[slug]/page.js b/app/area-of-injury/[slug]/page.js index dabffdc..7975bb5 100644 --- a/app/area-of-injury/[slug]/page.js +++ b/app/area-of-injury/[slug]/page.js @@ -3,7 +3,6 @@ import Link from "next/link"; import { notFound } from "next/navigation"; import { areaOfInjuryData } from "@/utils/AreaOfInjery.utils"; -// ✅ Static params for export export async function generateStaticParams() { return areaOfInjuryData.map((item) => ({ slug: item.slug, diff --git a/app/our-team-physiotherapy-etobicoke/[slug]/page.js b/app/our-team-physiotherapy-etobicoke/[slug]/page.js index 14cdb20..9e5b70d 100644 --- a/app/our-team-physiotherapy-etobicoke/[slug]/page.js +++ b/app/our-team-physiotherapy-etobicoke/[slug]/page.js @@ -13,7 +13,7 @@ const ProgressBar = ({ label, percent }) => ( ); -// ✅ Generate static params for team members + export async function generateStaticParams() { return teamMembers.map((member) => ({ slug: member.slug, @@ -35,14 +35,19 @@ export default function TeamDetails({ params }) { } return ( - +
- {member.name} + {member.name}
diff --git a/app/our-team-physiotherapy-etobicoke/page.js b/app/our-team-physiotherapy-etobicoke/page.js index cf3c74d..0b2798a 100644 --- a/app/our-team-physiotherapy-etobicoke/page.js +++ b/app/our-team-physiotherapy-etobicoke/page.js @@ -6,8 +6,8 @@ import { teamMembers } from "@/utils/constant.utils"; export default function Home() { return ( <> - -
+ +
Our Team diff --git a/public/assets/images/our-team/chandra.webp b/public/assets/images/our-team/chandra.webp new file mode 100644 index 0000000..4d200a7 Binary files /dev/null and b/public/assets/images/our-team/chandra.webp differ diff --git a/public/assets/images/our-team/details/chandra.webp b/public/assets/images/our-team/details/chandra.webp new file mode 100644 index 0000000..4d200a7 Binary files /dev/null and b/public/assets/images/our-team/details/chandra.webp differ diff --git a/public/assets/images/our-team/details/dhanya.webp b/public/assets/images/our-team/details/dhanya.webp new file mode 100644 index 0000000..72223f0 Binary files /dev/null and b/public/assets/images/our-team/details/dhanya.webp differ diff --git a/public/assets/images/our-team/details/our-team-details-banner-1.webp b/public/assets/images/our-team/details/our-team-details-banner-1.webp new file mode 100644 index 0000000..21ad82c Binary files /dev/null and b/public/assets/images/our-team/details/our-team-details-banner-1.webp differ diff --git a/public/assets/images/our-team/details/our-team-details-banner-2.webp b/public/assets/images/our-team/details/our-team-details-banner-2.webp new file mode 100644 index 0000000..09e1f9b Binary files /dev/null and b/public/assets/images/our-team/details/our-team-details-banner-2.webp differ diff --git a/public/assets/images/our-team/dhanya.webp b/public/assets/images/our-team/dhanya.webp new file mode 100644 index 0000000..72223f0 Binary files /dev/null and b/public/assets/images/our-team/dhanya.webp differ diff --git a/public/assets/images/our-team/our-team-banner.webp b/public/assets/images/our-team/our-team-banner.webp new file mode 100644 index 0000000..76625d4 Binary files /dev/null and b/public/assets/images/our-team/our-team-banner.webp differ diff --git a/utils/constant.utils.js b/utils/constant.utils.js index daad0f0..b6f801c 100644 --- a/utils/constant.utils.js +++ b/utils/constant.utils.js @@ -5,7 +5,9 @@ export const teamMembers = [ slug: "dhanya-prashant", name: "Dhanya Prashant", designation: "Physiotherapist", - image: "/assets/images/team/team-5.jpg", + image: "/assets/images/our-team/dhanya.webp", + imageDetail: "/assets/images/our-team/details/dhanya.webp", + bannerImage : "/assets/images/our-team/details/our-team-details-banner-1.webp", description: "Dhanya Prashant is a registered physiotherapist with more than 10 years of experience in the field with special interests in McKenzie method of back pain management, vestibular rehabilitation, and musculoskeletal injuries. Dhanya has been a part of the El Rapha Rehab team for the past five years. Dhanya believes in a holistic patient-oriented approach to treatment using combinations of exercise prescription and manual therapy techniques help to maximize long-term functions.", about1: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.", @@ -31,7 +33,9 @@ export const teamMembers = [ slug: "chandra-babu", name: "Chandra Babu", designation: "Massage Therapist", - image: "/assets/images/team/team-5.jpg", + bannerImage : "/assets/images/our-team/details/our-team-details-banner-2.webp", + image: "/assets/images/our-team/chandra.webp", + imageDetail: "/assets/images/our-team/details/chandra.webp", description: "Hi my name is Chandra Babu, Registered massage therapist. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.", about1: "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.",