Update src/app/page.tsx

This commit is contained in:
2026-04-10 07:13:24 +00:00
parent 514ab56127
commit 219ed8d271

View File

@@ -53,23 +53,23 @@ export default function LandingPage() {
tag="Advanced Healthcare AI"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=1",
imageAlt: "AI Diabetes Analysis",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg?_wi=1",
imageAlt: "Health Data Analysis",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=2",
imageAlt: "Digital Medical Report",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg?_wi=2",
imageAlt: "Smart Clinical Interface",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=3",
imageAlt: "Data Driven Diagnosis",
},
]}
@@ -108,7 +108,7 @@ export default function LandingPage() {
"Cleaning",
"Standardization",
],
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=4",
imageAlt: "Processing",
},
{
@@ -118,7 +118,7 @@ export default function LandingPage() {
"Logistic Regression",
"Forest",
],
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg?_wi=3",
imageAlt: "Model",
},
{
@@ -128,7 +128,7 @@ export default function LandingPage() {
"Accuracy",
"Recall",
],
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=5",
imageAlt: "Results",
},
]}
@@ -152,7 +152,7 @@ export default function LandingPage() {
quote: "The prediction accuracy is consistently reliable for my preliminary screening workflow.",
name: "Dr. Sarah Jenkins",
role: "General Practitioner",
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg?_wi=4",
},
{
id: "t2",
@@ -160,7 +160,7 @@ export default function LandingPage() {
quote: "Very easy to integrate into my research data analysis pipeline.",
name: "Mark Vane",
role: "Data Analyst",
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=6",
},
{
id: "t3",
@@ -168,7 +168,7 @@ export default function LandingPage() {
quote: "Provides instant insights that help prioritize patient care.",
name: "Elena Rodriguez",
role: "Medical Researcher",
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg?_wi=5",
},
{
id: "t4",
@@ -176,7 +176,7 @@ export default function LandingPage() {
quote: "This tool has significantly improved our early detection screening efficiency.",
name: "Thomas Wong",
role: "Health Administrator",
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=7",
},
]}
/>