Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -84,7 +84,7 @@ export default function ContactPage() {
|
||||
<ContactSplitForm
|
||||
title="Get In Touch"
|
||||
description="Have questions about Clinical Review? Want to submit an article or become a reviewer? Contact our team and we'll get back to you as soon as possible."
|
||||
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=5"
|
||||
imageAlt="Subscribe to Clinical Review"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${roboto.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +77,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -109,32 +109,32 @@ export default function HomePage() {
|
||||
carouselItems={[
|
||||
{
|
||||
id: "featured-1",
|
||||
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=1",
|
||||
imageAlt: "Featured medical research",
|
||||
},
|
||||
{
|
||||
id: "featured-2",
|
||||
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=1",
|
||||
imageAlt: "Surgery article",
|
||||
},
|
||||
{
|
||||
id: "featured-3",
|
||||
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=1",
|
||||
imageAlt: "Medicine article",
|
||||
},
|
||||
{
|
||||
id: "featured-4",
|
||||
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=1",
|
||||
imageAlt: "Research article",
|
||||
},
|
||||
{
|
||||
id: "featured-5",
|
||||
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=1",
|
||||
imageAlt: "Public health article",
|
||||
},
|
||||
{
|
||||
id: "featured-6",
|
||||
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=1",
|
||||
imageAlt: "Medical technology",
|
||||
},
|
||||
]}
|
||||
@@ -168,7 +168,7 @@ export default function HomePage() {
|
||||
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=2",
|
||||
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",
|
||||
@@ -179,7 +179,7 @@ export default function HomePage() {
|
||||
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=2",
|
||||
imageAlt: "Cardiovascular assessment",
|
||||
authorName: "Dr. James Chen",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-health-worker-special-equipment_23-2148980742.jpg",
|
||||
@@ -190,7 +190,7 @@ export default function HomePage() {
|
||||
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=2",
|
||||
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",
|
||||
@@ -201,7 +201,7 @@ export default function HomePage() {
|
||||
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=2",
|
||||
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",
|
||||
@@ -228,42 +228,42 @@ export default function HomePage() {
|
||||
id: 1,
|
||||
title: "Surgery",
|
||||
description: "Operative techniques, surgical innovations, and perioperative management strategies.",
|
||||
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=3",
|
||||
imageAlt: "Surgery articles",
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Medicine",
|
||||
description: "Internal medicine, diagnostics, pharmacology, and medical management approaches.",
|
||||
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=3",
|
||||
imageAlt: "Medicine articles",
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Public Health",
|
||||
description: "Epidemiology, health policy, community health, and population-level interventions.",
|
||||
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=3",
|
||||
imageAlt: "Public health articles",
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Research",
|
||||
description: "Systematic reviews, meta-analyses, clinical trials, and basic science research.",
|
||||
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=3",
|
||||
imageAlt: "Research articles",
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
title: "Medical Technology",
|
||||
description: "Digital health, medical devices, health informatics, and technological innovation.",
|
||||
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=2",
|
||||
imageAlt: "Medical technology",
|
||||
},
|
||||
{
|
||||
id: 6,
|
||||
title: "Clinical Guidelines",
|
||||
description: "Evidence-based clinical practice guidelines and best practice recommendations.",
|
||||
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=4",
|
||||
imageAlt: "Clinical guidelines",
|
||||
},
|
||||
]}
|
||||
@@ -278,7 +278,7 @@ export default function HomePage() {
|
||||
description="Clinical Review provides simplified, medically reviewed insights for students, researchers, and healthcare professionals. We bridge the gap between complex medical literature and accessible knowledge, ensuring that quality evidence-based information reaches those who need it most."
|
||||
tag="Who We Are"
|
||||
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=2"
|
||||
imageAlt="Clinical Review team working on research"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -347,7 +347,7 @@ export default function HomePage() {
|
||||
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=1",
|
||||
imageAlt: "Dr. Amanda Foster",
|
||||
},
|
||||
{
|
||||
@@ -356,7 +356,7 @@ export default function HomePage() {
|
||||
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=1",
|
||||
imageAlt: "Prof. David Kumar",
|
||||
},
|
||||
{
|
||||
@@ -365,7 +365,7 @@ export default function HomePage() {
|
||||
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=1",
|
||||
imageAlt: "Dr. Lisa Wong",
|
||||
},
|
||||
{
|
||||
@@ -374,7 +374,7 @@ export default function HomePage() {
|
||||
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=1",
|
||||
imageAlt: "Dr. Robert Martinez",
|
||||
},
|
||||
{
|
||||
@@ -383,7 +383,7 @@ export default function HomePage() {
|
||||
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=1",
|
||||
imageAlt: "Dr. Jennifer Patel",
|
||||
},
|
||||
{
|
||||
@@ -392,7 +392,7 @@ export default function HomePage() {
|
||||
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=1",
|
||||
imageAlt: "Prof. Thomas Anderson",
|
||||
},
|
||||
]}
|
||||
@@ -406,7 +406,7 @@ export default function HomePage() {
|
||||
<ContactSplitForm
|
||||
title="Stay Informed"
|
||||
description="Subscribe to receive the latest clinical reviews, research summaries, and expert commentary directly in your inbox."
|
||||
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=3"
|
||||
imageAlt="Subscribe to Clinical Review"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user