diff --git a/src/app/articles/[slug]/page.tsx b/src/app/articles/[slug]/page.tsx index 743e69f..a702be6 100644 --- a/src/app/articles/[slug]/page.tsx +++ b/src/app/articles/[slug]/page.tsx @@ -91,21 +91,21 @@ export default function ArticleDetailPage({ params }: { params: { slug: string } id: 1, title: "Advanced Surgical Innovations", description: "Comprehensive review of robotic and minimally invasive surgical techniques and their clinical outcomes.", - imageSrc: "http://img.b2bpic.net/free-photo/surgeons-performing-operation-operation-theater_107420-64891.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/surgeons-performing-operation-operation-theater_107420-64891.jpg?_wi=5", imageAlt: "Advanced surgical techniques", }, { id: 2, title: "Evidence-Based Clinical Guidelines", description: "Latest clinical practice guidelines and best practice recommendations from leading medical organizations.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-looking-radiography_23-2148816215.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-patient-looking-radiography_23-2148816215.jpg?_wi=7", imageAlt: "Clinical guidelines", }, { id: 3, title: "Medical Technology Advances", description: "Overview of emerging digital health tools, medical devices, and health informatics solutions.", - imageSrc: "http://img.b2bpic.net/free-vector/electronic-health-record-technology_53876-117502.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/electronic-health-record-technology_53876-117502.jpg?_wi=4", imageAlt: "Medical technology", }, ]}