diff --git a/src/app/programs/page.tsx b/src/app/programs/page.tsx index 7fe956a..7247ec4 100644 --- a/src/app/programs/page.tsx +++ b/src/app/programs/page.tsx @@ -45,11 +45,11 @@ export default function ProgramsPage() { title="Our Training Programs" description="Evidence-based therapy protocols designed for effective recovery." products={[ - { id: "p1", name: "Neuro-Rehab Program", brand: "Therapy", price: "$0", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071467.jpg" }, - { id: "p2", name: "Sports Injury Care", brand: "Therapy", price: "$0", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071467.jpg" }, - { id: "p3", name: "Post-Surgical Rehab", brand: "Therapy", price: "$0", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071467.jpg" }, - { id: "p4", name: "Geriatric Mobility", brand: "Therapy", price: "$0", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071467.jpg" }, - { id: "p5", name: "Stroke Recovery Plan", brand: "Therapy", price: "$0", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071467.jpg" } + { id: "p1", name: "Neuro-Rehab Program", brand: "Therapy", price: "$0", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071467.jpg?_wi=1" }, + { id: "p2", name: "Sports Injury Care", brand: "Therapy", price: "$0", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071467.jpg?_wi=2" }, + { id: "p3", name: "Post-Surgical Rehab", brand: "Therapy", price: "$0", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071467.jpg?_wi=3" }, + { id: "p4", name: "Geriatric Mobility", brand: "Therapy", price: "$0", rating: 5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071467.jpg?_wi=4" }, + { id: "p5", name: "Stroke Recovery Plan", brand: "Therapy", price: "$0", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071467.jpg?_wi=5" } ]} /> @@ -58,7 +58,7 @@ export default function ProgramsPage() {