From 59758abaf0aff9428f87840fd92ad0de60d6eede Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:42:36 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d9a8df3..26d3788 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -85,7 +85,7 @@ export default function AboutPage() { tag="Who We Are" tagIcon={CheckCircle} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/close-up-smoking-blue-solution-test-tubes-scientist-background-working_482257-31033.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-smoking-blue-solution-test-tubes-scientist-background-working_482257-31033.jpg?_wi=4" imageAlt="Clinical Review team working on research" useInvertedBackground={false} buttons={[{ text: "Submit Article", href: "/submit" }]} @@ -131,7 +131,7 @@ export default function AboutPage() { role: "Medical Student", company: "Harvard Medical School", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-scientist-posing-with-red-folder_1153-5241.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-female-scientist-posing-with-red-folder_1153-5241.jpg?_wi=2", imageAlt: "Medical student", }, { @@ -140,7 +140,7 @@ export default function AboutPage() { role: "Clinical Researcher", company: "Stanford University", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-analyzing-program-logs-metrics-close-up_482257-126787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-analyzing-program-logs-metrics-close-up_482257-126787.jpg?_wi=2", imageAlt: "Clinical researcher", }, { @@ -149,7 +149,7 @@ export default function AboutPage() { role: "Physician", company: "Johns Hopkins Medical", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-health-worker-special-equipment_23-2148980742.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-health-worker-special-equipment_23-2148980742.jpg?_wi=2", imageAlt: "Physician", }, { @@ -158,7 +158,7 @@ export default function AboutPage() { role: "Health Administrator", company: "Mayo Clinic", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-healthcare-expert-looking-camera_637285-11471.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-healthcare-expert-looking-camera_637285-11471.jpg?_wi=2", imageAlt: "Health administrator", }, { @@ -167,7 +167,7 @@ export default function AboutPage() { role: "Clinician", company: "UCSF Medical Center", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-patient-man-looking-into-camera-waiting-doctors-start-stomatology-surgery-sitting-dental-chair_482257-4877.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-patient-man-looking-into-camera-waiting-doctors-start-stomatology-surgery-sitting-dental-chair_482257-4877.jpg?_wi=2", imageAlt: "Clinician", }, { @@ -176,7 +176,7 @@ export default function AboutPage() { role: "Academic Researcher", company: "Oxford University", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pharmacologist-against-backdrop-laboratory-indian-female-drug-development-specialist-holding-tablet-is-conceptual-image-from-copy-space-international-women39s-day-labor-day_166373-9440.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pharmacologist-against-backdrop-laboratory-indian-female-drug-development-specialist-holding-tablet-is-conceptual-image-from-copy-space-international-women39s-day-labor-day_166373-9440.jpg?_wi=2", imageAlt: "Academic researcher", }, ]} From 57276ea406d5829dc985c10f6060f0bc2290bf3d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:42:36 +0000 Subject: [PATCH 2/6] Update src/app/articles/[slug]/page.tsx --- src/app/articles/[slug]/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ]} From b689ab093e760131de0dc92f4fe42643f927b279 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:42:37 +0000 Subject: [PATCH 3/6] Update src/app/articles/page.tsx --- src/app/articles/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/articles/page.tsx b/src/app/articles/page.tsx index da2318c..c11ea86 100644 --- a/src/app/articles/page.tsx +++ b/src/app/articles/page.tsx @@ -105,7 +105,7 @@ export default function ArticlesPage() { category: "Surgery", title: "Minimally Invasive Surgical Techniques in 2024", excerpt: "A comprehensive review of the latest advances in laparoscopic and robotic-assisted surgery, including patient outcomes and clinical applications.", - 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=4", imageAlt: "Minimally invasive surgery", authorName: "Dr. Sarah Mitchell", authorAvatar: "http://img.b2bpic.net/free-photo/data-center-software-developer-analyzing-program-logs-metrics-close-up_482257-126787.jpg", @@ -116,7 +116,7 @@ export default function ArticlesPage() { category: "Medicine", title: "Cardiovascular Risk Assessment in Primary Care", excerpt: "Evidence-based guidelines for evaluating and managing cardiovascular risk factors in the primary care setting.", - 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=5", imageAlt: "Cardiovascular assessment", authorName: "Dr. James Chen", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-health-worker-special-equipment_23-2148980742.jpg", @@ -127,7 +127,7 @@ export default function ArticlesPage() { category: "Research", title: "Immunotherapy in Oncology: Current Evidence", excerpt: "A systematic review of immunotherapy approaches in cancer treatment, analyzing clinical trial data and therapeutic mechanisms.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148970017.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-mask_23-2148970017.jpg?_wi=4", imageAlt: "Cancer research", authorName: "Dr. Emily Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/pharmacologist-against-backdrop-laboratory-indian-female-drug-development-specialist-holding-tablet-is-conceptual-image-from-copy-space-international-women39s-day-labor-day_166373-9440.jpg", @@ -138,7 +138,7 @@ export default function ArticlesPage() { category: "Public Health", title: "Pandemic Preparedness: Lessons and Future Strategies", excerpt: "An analysis of global health response systems and recommendations for strengthening pandemic preparedness infrastructure.", - imageSrc: "http://img.b2bpic.net/free-photo/people-joining-hands-volunteers-wearing-mask-new-normal_53876-128958.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/people-joining-hands-volunteers-wearing-mask-new-normal_53876-128958.jpg?_wi=4", imageAlt: "Public health initiative", authorName: "Dr. Michael Okonkwo", authorAvatar: "http://img.b2bpic.net/free-photo/happy-african-american-healthcare-expert-looking-camera_637285-11471.jpg", @@ -149,7 +149,7 @@ export default function ArticlesPage() { category: "Technology", title: "Electronic Health Records: Implementation and Best Practices", excerpt: "A comprehensive guide to successful EHR implementation in healthcare organizations, addressing technical and organizational challenges.", - 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=3", imageAlt: "EHR implementation", authorName: "Dr. Lisa Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/data-center-software-developer-analyzing-program-logs-metrics-close-up_482257-126787.jpg", @@ -160,7 +160,7 @@ export default function ArticlesPage() { category: "Medicine", title: "Diabetes Management: Advances in Pharmacotherapy", excerpt: "An update on the latest pharmacological approaches to diabetes management, including new drug classes and combination therapies.", - 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=6", imageAlt: "Diabetes management", authorName: "Dr. Robert Lewis", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-health-worker-special-equipment_23-2148980742.jpg", From ccd63603668e31f80e0080ebfa777c453e5e6128 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 01:42:37 +0000 Subject: [PATCH 4/6] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 15e0d59..23df791 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -84,7 +84,7 @@ export default function ContactPage() { Date: Mon, 16 Mar 2026 01:42:38 +0000 Subject: [PATCH 5/6] Update src/app/layout.tsx --- src/app/layout.tsx | 53 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 45 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 82b392d..d9a3ead 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,18 +1,22 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Roboto } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Roboto } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const roboto = Roboto({ variable: "--font-roboto", @@ -20,6 +24,37 @@ const roboto = Roboto({ weight: ["100", "300", "400", "500", "700", "900"], }); +export const metadata: Metadata = { + title: "Clinical Review - Medically Reviewed Articles & Research", + description: "Simplified, evidence-based medical articles for students, researchers, and healthcare professionals. Access peer-reviewed clinical insights and expert commentary.", + keywords: "clinical review, medical articles, healthcare, research, medically reviewed, clinical insights, medical education", + openGraph: { + title: "Clinical Review - Medically Reviewed Articles & Research", + description: "Access simplified, peer-reviewed medical articles and research summaries for healthcare professionals and students.", + url: "https://clinicalreview.com", + siteName: "Clinical Review", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/close-up-smoking-blue-solution-test-tubes-scientist-background-working_482257-31033.jpg", + alt: "Clinical Review - Medical Articles Platform", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Clinical Review - Medically Reviewed Articles", + description: "Peer-reviewed medical articles and clinical insights for professionals and students.", + images: [ + "http://img.b2bpic.net/free-photo/close-up-smoking-blue-solution-test-tubes-scientist-background-working_482257-31033.jpg", + ], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -28,7 +63,9 @@ export default function RootLayout({ return ( - + {children}