Update src/app/programs/page.tsx
This commit is contained in:
@@ -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" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -58,7 +58,7 @@ export default function ProgramsPage() {
|
||||
<ProductCatalogItem
|
||||
product={{
|
||||
id: "promo-1", name: "Total Recovery Package", price: "$999", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071467.jpg"}}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071467.jpg?_wi=6"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user