Update src/app/articles/[slug]/page.tsx
This commit is contained in:
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user