Merge version_1_1781419680279 into main #2

Merged
bender merged 2 commits from version_1_1781419680279 into main 2026-06-14 06:49:27 +00:00

View File

@@ -12,282 +12,143 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {
return (
<>
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<div id="hero" data-section="hero">
<SectionErrorBoundary name="hero">
<HeroOverlayMarquee
tag="Advanced Medical Solutions"
title="Empowering Care Through Innovation"
description="Revolutionizing medical diagnostics with our high-precision tablet platforms designed for clinical excellence."
primaryButton={{
text: "Explore Devices",
href: "#devices",
}}
secondaryButton={{
text: "Safety Data",
href: "#safety",
}}
items={[
{
text: "ISO Certified",
icon: Shield,
},
{
text: "Real-time Analytics",
icon: Zap,
},
{
text: "Secure Data",
icon: Lock,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-119088.jpg?_wi=1"
/>
</SectionErrorBoundary>
</div>
tag="Advanced Medical Solutions"
title="Empowering Care Through Innovation"
description="Revolutionizing medical diagnostics with our high-precision tablet platforms designed for clinical excellence."
primaryButton={{
text: "Explore Devices", href: "#devices"}}
secondaryButton={{
text: "Safety Data", href: "#safety"}}
items={[
{ text: "ISO Certified", icon: Shield },
{ text: "Real-time Analytics", icon: Zap },
{ text: "Secure Data", icon: Lock },
]}
imageSrc="http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-119088.jpg"
/>
</SectionErrorBoundary>
</div>
<div id="devices" data-section="devices">
<SectionErrorBoundary name="devices">
<div id="devices" data-section="devices">
<SectionErrorBoundary name="devices">
<FeaturesBento
tag="Core Technology"
title="Platform Capabilities"
description="Our ecosystem delivers unprecedented reliability and performance for the healthcare industry."
features={[
{
title: "Clinical Data",
description: "Seamless integration with hospital EMR systems for real-time monitoring.",
bentoComponent: "animated-bar-chart",
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg",
imageAlt: "Old woman asking general practitioner about disease prevention and new treatment",
},
{
title: "Patient Care",
description: "Optimized workflows to reduce administrative burden on caregivers.",
bentoComponent: "checklist-timeline",
heading: "Implementation",
subheading: "Phase-by-phase rollout",
checklistItems: [
{
label: "Device Setup",
detail: "Configuring network",
},
{
label: "Security Sync",
detail: "HIPAA compliance",
},
{
label: "Team Training",
detail: "Staff onboarding",
},
],
completedLabel: "Active",
imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-119088.jpg?_wi=2",
imageAlt: "Old woman asking general practitioner about disease prevention and new treatment",
},
{
title: "Secure Access",
description: "Multi-factor authentication protecting patient records.",
bentoComponent: "orbiting-icons",
centerIcon: Lock,
orbitIcons: [
"Shield",
"Key",
"Fingerprint",
"User",
],
imageSrc: "http://img.b2bpic.net/free-photo/computer-display-with-copy-space-available-hospital-cabinet-doctor-holding-x-ray-desktop-with-replaceable-green-screen-medical-clinic-while-doctor-is-checking-patient-radiography-diagno_482257-2973.jpg?_wi=1",
imageAlt: "Old woman asking general practitioner about disease prevention and new treatment",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Core Technology"
title="Platform Capabilities"
description="Our ecosystem delivers unprecedented reliability and performance for the healthcare industry."
features={[
{
title: "Clinical Data", description: "Seamless integration with hospital EMR systems for real-time monitoring.", bentoComponent: "animated-bar-chart"
},
{
title: "Patient Care", description: "Optimized workflows to reduce administrative burden on caregivers.", bentoComponent: "checklist-timeline", heading: "Implementation", subheading: "Phase-by-phase rollout", checklistItems: [
{ label: "Device Setup", detail: "Configuring network" },
{ label: "Security Sync", detail: "HIPAA compliance" },
{ label: "Team Training", detail: "Staff onboarding" },
],
completedLabel: "Active"
},
{
title: "Secure Access", description: "Multi-factor authentication protecting patient records.", bentoComponent: "orbiting-icons", centerIcon: "Lock", orbitIcons: ["Shield", "Key", "Fingerprint", "User"]
},
]}
/>
</SectionErrorBoundary>
</div>
<div id="specs" data-section="specs">
<SectionErrorBoundary name="specs">
<div id="specs" data-section="specs">
<SectionErrorBoundary name="specs">
<FeaturesImageBento
tag="Technical Data"
title="Hardware Specifications"
description="Engineered for durability, high visibility, and exceptional battery life."
items={[
{
title: "High Resolution",
description: "Crystal clear imaging.",
imageSrc: "http://img.b2bpic.net/free-photo/computer-display-with-copy-space-available-hospital-cabinet-doctor-holding-x-ray-desktop-with-replaceable-green-screen-medical-clinic-while-doctor-is-checking-patient-radiography-diagno_482257-2973.jpg?_wi=2",
},
{
title: "Long Battery",
description: "36-hour operational capacity.",
imageSrc: "http://img.b2bpic.net/free-photo/crop-surgeon-showing-tablet_23-2147896853.jpg",
},
{
title: "Ergonomic Design",
description: "Lightweight for mobility.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-holding-blank-tablet_23-2148757399.jpg",
},
{
title: "Waterproof",
description: "IP68 rated construction.",
imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg",
},
{
title: "Cloud Sync",
description: "Instant data transfer.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-asking-medic-about-advice-copy-space-display_482257-119008.jpg",
},
{
title: "Secure CPU",
description: "Encrypted processing power.",
imageSrc: "http://img.b2bpic.net/free-photo/frame-pills-with-tablet_23-2148533093.jpg",
},
{
title: "Backlit Screen",
description: "Readable in low light.",
imageSrc: "http://img.b2bpic.net/free-photo/nurse-holding-device-with-black-screen_482257-120343.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Technical Data"
title="Hardware Specifications"
description="Engineered for durability, high visibility, and exceptional battery life."
items={[
{ title: "High Resolution", description: "Crystal clear imaging.", imageSrc: "http://img.b2bpic.net/free-photo/computer-display-with-copy-space-available-hospital-cabinet-doctor-holding-x-ray-desktop-with-replaceable-green-screen-medical-clinic-while-doctor-is-checking-patient-radiography-diagno_482257-2973.jpg" },
{ title: "Long Battery", description: "36-hour operational capacity.", imageSrc: "http://img.b2bpic.net/free-photo/crop-surgeon-showing-tablet_23-2147896853.jpg" },
{ title: "Ergonomic Design", description: "Lightweight for mobility.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-holding-blank-tablet_23-2148757399.jpg" },
{ title: "Waterproof", description: "IP68 rated construction.", imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg" },
{ title: "Cloud Sync", description: "Instant data transfer.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-asking-medic-about-advice-copy-space-display_482257-119008.jpg" },
{ title: "Secure CPU", description: "Encrypted processing power.", imageSrc: "http://img.b2bpic.net/free-photo/frame-pills-with-tablet_23-2148533093.jpg" },
{ title: "Backlit Screen", description: "Readable in low light.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-holding-device-with-black-screen_482257-120343.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="safety" data-section="safety">
<SectionErrorBoundary name="safety">
<div id="safety" data-section="safety">
<SectionErrorBoundary name="safety">
<MetricsMediaCards
tag="Compliance"
title="Safety Standards"
description="Our devices exceed stringent international medical standards."
metrics={[
{
value: "99.9%",
title: "Uptime Reliability",
description: "Continuous service delivery.",
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-experts-discuss-recovery-strategies-treatment-center_482257-123173.jpg",
},
{
value: "0",
title: "Security Breaches",
description: "Zero incident rate annually.",
imageSrc: "http://img.b2bpic.net/free-photo/medical-record-report-healthcare-document-concept_53876-123796.jpg",
},
{
value: "15min",
title: "Deployment Time",
description: "Rapid integration ready.",
imageSrc: "http://img.b2bpic.net/free-photo/manager-wearing-face-mask-covid19-explaining-financial-graph-african-employee-multiethnic-team-working-company-with-new-normal-respecting-social-distance-because-global-pandemic-with-cor_482257-9551.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Compliance"
title="Safety Standards"
description="Our devices exceed stringent international medical standards."
metrics={[
{ value: "99.9%", title: "Uptime Reliability", description: "Continuous service delivery.", imageSrc: "http://img.b2bpic.net/free-photo/healthcare-experts-discuss-recovery-strategies-treatment-center_482257-123173.jpg" },
{ value: "0", title: "Security Breaches", description: "Zero incident rate annually.", imageSrc: "http://img.b2bpic.net/free-photo/medical-record-report-healthcare-document-concept_53876-123796.jpg" },
{ value: "15min", title: "Deployment Time", description: "Rapid integration ready.", imageSrc: "http://img.b2bpic.net/free-photo/manager-wearing-face-mask-covid19-explaining-financial-graph-african-employee-multiethnic-team-working-company-with-new-normal-respecting-social-distance-because-global-pandemic-with-cor_482257-9551.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="outcomes" data-section="outcomes">
<SectionErrorBoundary name="outcomes">
<div id="outcomes" data-section="outcomes">
<SectionErrorBoundary name="outcomes">
<TestimonialColumnMarqueeCards
tag="Trusted Clinical Partners"
title="Proven Performance"
description="Leading hospitals rely on our platforms for daily operations."
testimonials={[
{
name: "Dr. Sarah Miller",
role: "Chief Medical Officer",
quote: "The platform transformed our daily patient management workflow.",
imageSrc: "http://img.b2bpic.net/free-photo/online-medical-help-remote-appointment-smiling-beautiful-woman-doctor-showing-digital-tablet-screen-demonstrating-website-logo-standing-white-background_1258-300236.jpg",
},
{
name: "David Chen",
role: "IT Director",
quote: "Seamless integration and rock-solid security features.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-woman-doctor-white-coat-showing-thumbs-up-standing-white-backg_1258-127418.jpg",
},
{
name: "Dr. Elena Rossi",
role: "Head of Neurology",
quote: "High precision diagnostics right at the bedside.",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-medical-mask-checking-her-notes_23-2148947570.jpg",
},
{
name: "Mark Wilson",
role: "Nursing Lead",
quote: "Finally, a device that actually makes my shift easier.",
imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309928.jpg",
},
{
name: "Dr. Joy Okafor",
role: "Clinical Researcher",
quote: "The data accuracy is simply unmatched in the market.",
imageSrc: "http://img.b2bpic.net/free-photo/medical-team-doctor-s-office_23-2148168387.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Trusted Clinical Partners"
title="Proven Performance"
description="Leading hospitals rely on our platforms for daily operations."
testimonials={[
{ name: "Dr. Sarah Miller", role: "Chief Medical Officer", quote: "The platform transformed our daily patient management workflow.", imageSrc: "http://img.b2bpic.net/free-photo/online-medical-help-remote-appointment-smiling-beautiful-woman-doctor-showing-digital-tablet-screen-demonstrating-website-logo-standing-white-background_1258-300236.jpg" },
{ name: "David Chen", role: "IT Director", quote: "Seamless integration and rock-solid security features.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-woman-doctor-white-coat-showing-thumbs-up-standing-white-backg_1258-127418.jpg" },
{ name: "Dr. Elena Rossi", role: "Head of Neurology", quote: "High precision diagnostics right at the bedside.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-medical-mask-checking-her-notes_23-2148947570.jpg" },
{ name: "Mark Wilson", role: "Nursing Lead", quote: "Finally, a device that actually makes my shift easier.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309928.jpg" },
{ name: "Dr. Joy Okafor", role: "Clinical Researcher", quote: "The data accuracy is simply unmatched in the market.", imageSrc: "http://img.b2bpic.net/free-photo/medical-team-doctor-s-office_23-2148168387.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="team" data-section="team">
<SectionErrorBoundary name="team">
<div id="team" data-section="team">
<SectionErrorBoundary name="team">
<TeamOverlayCards
tag="Our Experts"
title="Medical Innovation Team"
description="Committed to advancing the future of clinical technology."
members={[
{
name: "Dr. Alex Rivers",
role: "Chief Innovation Officer",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-using-webcam-computer-video-call-with-patient-man-working-as-medic-talking-online-conference-remote-checkup-appointment-working-late-night_482257-30363.jpg",
},
{
name: "Jane Doe",
role: "Software Architect",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-nurse-looking-camera-while-standing-clinic_637285-5031.jpg",
},
{
name: "Robert Smith",
role: "Hardware Lead",
imageSrc: "http://img.b2bpic.net/free-photo/woman-general-practitioner-uses-device-with-green-screen-check-up-visit_482257-122830.jpg",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="Our Experts"
title="Medical Innovation Team"
description="Committed to advancing the future of clinical technology."
members={[
{ name: "Dr. Alex Rivers", role: "Chief Innovation Officer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-using-webcam-computer-video-call-with-patient-man-working-as-medic-talking-online-conference-remote-checkup-appointment-working-late-night_482257-30363.jpg" },
{ name: "Jane Doe", role: "Software Architect", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-nurse-looking-camera-while-standing-clinic_637285-5031.jpg" },
{ name: "Robert Smith", role: "Hardware Lead", imageSrc: "http://img.b2bpic.net/free-photo/woman-general-practitioner-uses-device-with-green-screen-check-up-visit_482257-122830.jpg" },
]}
/>
</SectionErrorBoundary>
</div>
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<div id="faq" data-section="faq">
<SectionErrorBoundary name="faq">
<FaqTwoColumn
tag="FAQs"
title="Common Questions"
description="Answers to your pressing clinical implementation questions."
items={[
{
question: "Is the device HIPAA compliant?",
answer: "Yes, full encryption is baked into our hardware layer.",
},
{
question: "Do you provide API documentation?",
answer: "Yes, we offer comprehensive RESTful APIs.",
},
{
question: "What is the warranty period?",
answer: "All units come with a standard 3-year full coverage.",
},
]}
/>
</SectionErrorBoundary>
</div>
tag="FAQs"
title="Common Questions"
description="Answers to your pressing clinical implementation questions."
items={[
{ question: "Is the device HIPAA compliant?", answer: "Yes, full encryption is baked into our hardware layer." },
{ question: "Do you provide API documentation?", answer: "Yes, we offer comprehensive RESTful APIs." },
{ question: "What is the warranty period?", answer: "All units come with a standard 3-year full coverage." },
]}
/>
</SectionErrorBoundary>
</div>
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<div id="contact" data-section="contact">
<SectionErrorBoundary name="contact">
<ContactCta
tag="Connect With Us"
text="Ready to transform your hospital digital ecosystem?"
primaryButton={{
text: "Schedule Consultation",
href: "#",
}}
secondaryButton={{
text: "Read Case Studies",
href: "#",
}}
/>
</SectionErrorBoundary>
</div>
tag="Connect With Us"
text="Ready to transform your hospital digital ecosystem?"
primaryButton={{ text: "Schedule Consultation", href: "#" }}
secondaryButton={{ text: "Read Case Studies", href: "#" }}
/>
</SectionErrorBoundary>
</div>
</>
);
}
}