Merge version_1 into main #1

Merged
bender merged 10 commits from version_1 into main 2026-03-07 18:03:54 +00:00
10 changed files with 1435 additions and 68 deletions

View File

@@ -18,27 +18,27 @@ export default function AdminDashboardPage() {
const heroSlides = [
{
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg?_wi=7",
imageAlt: "Patient Portal Dashboard",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148578850.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148578850.jpg?_wi=4",
imageAlt: "Doctor Queue Management",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg?_wi=5",
imageAlt: "Pharmacy Inventory System",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lab-doctor-performing-medical-exam-urine_23-2149372017.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lab-doctor-performing-medical-exam-urine_23-2149372017.jpg?_wi=4",
imageAlt: "Lab Results Management",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150513319.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150513319.jpg?_wi=2",
imageAlt: "Laser Clinic Sessions",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148371422.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148371422.jpg?_wi=2",
imageAlt: "Fitness Assessment Portal",
},
];
@@ -48,37 +48,37 @@ export default function AdminDashboardPage() {
id: "01",
title: "Real-Time Analytics",
description: "Monitor clinic performance with comprehensive dashboards showing patient demographics, appointment trends, and revenue metrics",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg?_wi=4",
},
{
id: "02",
title: "User Management",
description: "Control access for all nine portals with role-based permissions, audit logging, and multi-factor authentication support",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=3",
},
{
id: "03",
title: "System Configuration",
description: "Customize clinic settings, manage departments, configure workflows, and set up automated notification rules",
imageSrc: "http://img.b2bpic.net/free-photo/health-safety-policy-statement-form-concept_53876-132299.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/health-safety-policy-statement-form-concept_53876-132299.jpg?_wi=2",
},
{
id: "04",
title: "Compliance Reporting",
description: "Generate HIPAA compliance reports, audit trails, and security certifications for regulatory requirements",
imageSrc: "http://img.b2bpic.net/free-photo/medical-specialist-explaining-diagnostic-test-results-cabinet_482257-124208.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medical-specialist-explaining-diagnostic-test-results-cabinet_482257-124208.jpg?_wi=1",
},
{
id: "05",
title: "Backup & Recovery",
description: "Automated daily backups with 30-day retention, disaster recovery protocols, and data integrity verification",
imageSrc: "http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg?_wi=3",
},
{
id: "06",
title: "Integration Portal",
description: "Connect external systems via REST APIs, webhooks, and HL7 messaging for seamless clinic operations",
imageSrc: "http://img.b2bpic.net/free-photo/medical-specialist-explaining-diagnostic-test-results-cabinet_482257-124208.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medical-specialist-explaining-diagnostic-test-results-cabinet_482257-124208.jpg?_wi=2",
},
];

View File

@@ -47,21 +47,21 @@ export default function DoctorPage() {
id: "01",
title: "Patient Queue Management",
description: "Real-time queue system to manage patient appointments and consultation order. Track wait times and optimize doctor schedules with smart priority handling.",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148578850.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148578850.jpg?_wi=3",
imageAlt: "Doctor Queue Management",
},
{
id: "02",
title: "Clinical Records",
description: "Complete access to patient medical history, allergies, chronic conditions, and previous diagnoses. Create detailed consultation notes and treatment plans in real-time.",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg?_wi=4",
imageAlt: "Clinical Records",
},
{
id: "03",
title: "Prescription Management",
description: "Write and manage prescriptions directly within the system. Send prescriptions to pharmacy, track medication history, and manage drug interactions automatically.",
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg?_wi=3",
imageAlt: "Prescription Management",
},
]}

View File

@@ -20,7 +20,7 @@ export default function FitnessPage() {
description:
"Advanced body measurement tracking with before/after photo galleries and progress metrics over time",
imageSrc:
"http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148371422.jpg",
"http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148371422.jpg?_wi=5",
imageAlt: "Body Composition Analysis",
},
{
@@ -29,7 +29,7 @@ export default function FitnessPage() {
description:
"Personalized exercise routines with video demonstrations, rep tracking, and progressive overload features",
imageSrc:
"http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg",
"http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg?_wi=5",
imageAlt: "Workout Plan Management",
},
{
@@ -38,7 +38,7 @@ export default function FitnessPage() {
description:
"Complete dietary logging with macro/micro nutrient analysis and meal recommendations",
imageSrc:
"http://img.b2bpic.net/free-photo/male-physician-examining-x-ray-test-results-his-medical-cabinet_482257-118113.jpg",
"http://img.b2bpic.net/free-photo/male-physician-examining-x-ray-test-results-his-medical-cabinet_482257-118113.jpg?_wi=4",
imageAlt: "Nutrition Tracking",
},
];
@@ -50,7 +50,7 @@ export default function FitnessPage() {
description:
"Comprehensive fitness evaluation including strength testing, flexibility assessment, and cardiovascular capacity",
imageSrc:
"http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148371422.jpg",
"http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148371422.jpg?_wi=6",
imageAlt: "Initial Assessment",
},
{
@@ -59,7 +59,7 @@ export default function FitnessPage() {
description:
"Real-time monitoring of fitness improvements with detailed analytics and performance benchmarks",
imageSrc:
"http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg",
"http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg?_wi=6",
imageAlt: "Progress Tracking",
},
{
@@ -68,7 +68,7 @@ export default function FitnessPage() {
description:
"Smart goal management with milestone tracking and achievement celebrations to maintain motivation",
imageSrc:
"http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg",
"http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg?_wi=5",
imageAlt: "Goal Setting",
},
];

View File

@@ -75,21 +75,21 @@ export default function LabPage() {
id: "01",
title: "Test Order Management",
description: "Streamlined test requisition, priority ordering, stat test handling, and automated sample tracking throughout the testing process",
imageSrc: "http://img.b2bpic.net/free-photo/lab-doctor-performing-medical-exam-urine_23-2149372017.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lab-doctor-performing-medical-exam-urine_23-2149372017.jpg?_wi=3",
imageAlt: "laboratory test results management system",
},
{
id: "02",
title: "Result Distribution",
description: "Secure result delivery to physicians and patients, automated notifications, HIPAA-compliant archiving, and result interpretation support",
imageSrc: "http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg?_wi=2",
imageAlt: "healthcare analytics dashboard reporting",
},
{
id: "03",
title: "Imaging Worklist",
description: "Digital imaging coordination, DICOM integration, modality scheduling, technician assignment, and radiologist worklist management",
imageSrc: "http://img.b2bpic.net/free-photo/male-physician-examining-x-ray-test-results-his-medical-cabinet_482257-118113.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-physician-examining-x-ray-test-results-his-medical-cabinet_482257-118113.jpg?_wi=3",
imageAlt: "healthcare notification system alerts",
},
]}

View File

@@ -18,27 +18,27 @@ export default function LaserClinicPage() {
const heroSlides = [
{
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150513319.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150513319.jpg?_wi=3",
imageAlt: "Laser Clinic Sessions",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg?_wi=8",
imageAlt: "Patient Portal Dashboard",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148371422.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148371422.jpg?_wi=3",
imageAlt: "Treatment Planning",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg?_wi=6",
imageAlt: "Patient Consultation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/lab-doctor-performing-medical-exam-urine_23-2149372017.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lab-doctor-performing-medical-exam-urine_23-2149372017.jpg?_wi=5",
imageAlt: "Follow-up Assessment",
},
{
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148578850.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148578850.jpg?_wi=5",
imageAlt: "Appointment Scheduling",
},
];
@@ -48,37 +48,37 @@ export default function LaserClinicPage() {
id: "01",
title: "Session Management",
description: "Schedule and track laser treatment sessions with customizable protocols for different skin types and conditions",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150513319.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150513319.jpg?_wi=4",
},
{
id: "02",
title: "Before & After Gallery",
description: "Capture and organize before and after photos with automated comparison views and patient consent management",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-medical-mask-checking-smartphone_23-2148735400.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-medical-mask-checking-smartphone_23-2148735400.jpg?_wi=5",
},
{
id: "03",
title: "Treatment Planning",
description: "Create personalized laser treatment plans with session recommendations and expected outcomes based on protocols",
imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148371422.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148371422.jpg?_wi=4",
},
{
id: "04",
title: "Equipment Logs",
description: "Track laser equipment maintenance, calibration schedules, and performance metrics for compliance and safety",
imageSrc: "http://img.b2bpic.net/free-photo/health-safety-policy-statement-form-concept_53876-132299.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/health-safety-policy-statement-form-concept_53876-132299.jpg?_wi=3",
},
{
id: "05",
title: "Patient Feedback",
description: "Collect post-treatment feedback, satisfaction ratings, and side effect reports with automated follow-up reminders",
imageSrc: "http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg?_wi=4",
},
{
id: "06",
title: "Protocol Library",
description: "Access extensive laser treatment protocols for hair removal, skin rejuvenation, tattoo removal, and more",
imageSrc: "http://img.b2bpic.net/free-photo/medical-specialist-explaining-diagnostic-test-results-cabinet_482257-124208.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medical-specialist-explaining-diagnostic-test-results-cabinet_482257-124208.jpg?_wi=3",
},
];

File diff suppressed because it is too large Load Diff

View File

@@ -20,32 +20,32 @@ export default function HomePage() {
const heroSlides = [
{
imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg",
"http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg?_wi=1",
imageAlt: "Patient Portal Dashboard",
},
{
imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148578850.jpg",
"http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148578850.jpg?_wi=1",
imageAlt: "Doctor Queue Management",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg",
"http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg?_wi=1",
imageAlt: "Pharmacy Inventory System",
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/lab-doctor-performing-medical-exam-urine_23-2149372017.jpg",
"http://img.b2bpic.net/free-photo/lab-doctor-performing-medical-exam-urine_23-2149372017.jpg?_wi=1",
imageAlt: "Lab Results Management",
},
{
imageSrc:
"http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150513319.jpg",
"http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150513319.jpg?_wi=1",
imageAlt: "Laser Clinic Sessions",
},
{
imageSrc:
"http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148371422.jpg",
"http://img.b2bpic.net/free-vector/template-dashboard-user-panel_23-2148371422.jpg?_wi=1",
imageAlt: "Fitness Assessment Portal",
},
];
@@ -57,7 +57,7 @@ export default function HomePage() {
description:
"Nine specialized portals for patients, doctors, pharmacy, lab, secretaries, admin, laser clinic, fitness center, and developers",
imageSrc:
"http://img.b2bpic.net/free-photo/doctor-with-medical-mask-checking-smartphone_23-2148735400.jpg",
"http://img.b2bpic.net/free-photo/doctor-with-medical-mask-checking-smartphone_23-2148735400.jpg?_wi=1",
imageAlt: "Multi-Portal Architecture",
},
{
@@ -75,7 +75,7 @@ export default function HomePage() {
description:
"HIPAA-compliant with bcrypt password hashing, JWT tokens, role-based access control, and comprehensive audit logging",
imageSrc:
"http://img.b2bpic.net/free-photo/health-safety-policy-statement-form-concept_53876-132299.jpg",
"http://img.b2bpic.net/free-photo/health-safety-policy-statement-form-concept_53876-132299.jpg?_wi=1",
imageAlt: "Enterprise Security",
},
{
@@ -84,7 +84,7 @@ export default function HomePage() {
description:
"Role-specific notification system for appointments, prescriptions, test results, and system alerts with persistence",
imageSrc:
"http://img.b2bpic.net/free-photo/male-physician-examining-x-ray-test-results-his-medical-cabinet_482257-118113.jpg",
"http://img.b2bpic.net/free-photo/male-physician-examining-x-ray-test-results-his-medical-cabinet_482257-118113.jpg?_wi=1",
imageAlt: "Real-Time Notifications",
},
{
@@ -93,7 +93,7 @@ export default function HomePage() {
description:
"Comprehensive dashboards with patient demographics, appointment trends, revenue tracking, and performance metrics",
imageSrc:
"http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg",
"http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg?_wi=1",
imageAlt: "Advanced Analytics",
},
{
@@ -102,7 +102,7 @@ export default function HomePage() {
description:
"Dedicated portals for laser clinics, fitness centers, and medical imaging with specialized workflows",
imageSrc:
"http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg",
"http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg?_wi=1",
imageAlt: "Specialized Services",
},
];
@@ -114,7 +114,7 @@ export default function HomePage() {
description:
"Patients self-register with medical profile creation, allergy tracking, and chronic conditions management",
imageSrc:
"http://img.b2bpic.net/free-photo/doctor-with-medical-mask-checking-smartphone_23-2148735400.jpg",
"http://img.b2bpic.net/free-photo/doctor-with-medical-mask-checking-smartphone_23-2148735400.jpg?_wi=2",
imageAlt: "Patient Registration",
},
{
@@ -123,7 +123,7 @@ export default function HomePage() {
description:
"Real-time appointment scheduling with doctor availability, symptom documentation, and severity classification",
imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg",
"http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg?_wi=2",
imageAlt: "Appointment Booking",
},
{
@@ -132,7 +132,7 @@ export default function HomePage() {
description:
"Doctors manage queues, create prescriptions, order tests, and maintain complete patient records in real-time",
imageSrc:
"http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148578850.jpg",
"http://img.b2bpic.net/free-vector/medical-booking-app-concept_23-2148578850.jpg?_wi=2",
imageAlt: "Clinical Management",
},
];
@@ -195,7 +195,7 @@ export default function HomePage() {
testimonial:
"MediCore transformed our clinic operations. Patient management is now seamless and HIPAA-compliant. Highly recommended!",
imageSrc:
"http://img.b2bpic.net/free-photo/african-american-doctor-female-lab-coat-with-stethoscope-outdoor_627829-3166.jpg",
"http://img.b2bpic.net/free-photo/african-american-doctor-female-lab-coat-with-stethoscope-outdoor_627829-3166.jpg?_wi=1",
imageAlt: "Dr. Sarah Johnson",
},
{
@@ -205,7 +205,7 @@ export default function HomePage() {
testimonial:
"The bilingual support and RTL layout work perfectly for our Arabic-speaking patients. Integration is seamless.",
imageSrc:
"http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
"http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1",
imageAlt: "Ahmed Hassan",
},
{
@@ -215,7 +215,7 @@ export default function HomePage() {
testimonial:
"Inventory management and prescription tracking have never been easier. Stock alerts save us time and money.",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2163.jpg",
"http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2163.jpg?_wi=1",
imageAlt: "Maria Garcia",
},
{
@@ -225,7 +225,7 @@ export default function HomePage() {
testimonial:
"The patient portal and appointment system streamlined our cardiology practice. Excellent support team!",
imageSrc:
"http://img.b2bpic.net/free-photo/african-american-doctor-female-lab-coat-with-stethoscope-outdoor_627829-3166.jpg",
"http://img.b2bpic.net/free-photo/african-american-doctor-female-lab-coat-with-stethoscope-outdoor_627829-3166.jpg?_wi=2",
imageAlt: "Dr. James Chen",
},
{
@@ -235,7 +235,7 @@ export default function HomePage() {
testimonial:
"Test result tracking and urgent order alerts keep our lab running efficiently. Outstanding platform!",
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2163.jpg",
"http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2163.jpg?_wi=2",
imageAlt: "Fatima Al-Rashid",
},
{
@@ -245,7 +245,7 @@ export default function HomePage() {
testimonial:
"The laser clinic module handles session tracking and before/after photos perfectly. Best investment for our clinic.",
imageSrc:
"http://img.b2bpic.net/free-photo/african-american-doctor-female-lab-coat-with-stethoscope-outdoor_627829-3166.jpg",
"http://img.b2bpic.net/free-photo/african-american-doctor-female-lab-coat-with-stethoscope-outdoor_627829-3166.jpg?_wi=3",
imageAlt: "Dr. Michael Rodriguez",
},
];

View File

@@ -18,21 +18,21 @@ export default function PatientPortalPage() {
id: "01",
title: "Medical Profile Management",
description: "Create and maintain your complete medical history including conditions, allergies, medications, and family medical history",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-medical-mask-checking-smartphone_23-2148735400.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-medical-mask-checking-smartphone_23-2148735400.jpg?_wi=3",
imageAlt: "Medical Profile",
},
{
id: "02",
title: "Appointment Booking",
description: "Schedule appointments with doctors in your preferred specialties with real-time availability and symptom pre-registration",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg?_wi=3",
imageAlt: "Appointment Booking",
},
{
id: "03",
title: "Test Results & Lab Reports",
description: "Access your lab test results, imaging reports, and diagnostic findings directly from your patient portal",
imageSrc: "http://img.b2bpic.net/free-photo/lab-doctor-performing-medical-exam-urine_23-2149372017.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/lab-doctor-performing-medical-exam-urine_23-2149372017.jpg?_wi=2",
imageAlt: "Test Results",
},
];
@@ -42,21 +42,21 @@ export default function PatientPortalPage() {
id: "01",
title: "Digital Prescriptions",
description: "Receive prescriptions directly in your patient portal and send them to your pharmacy for fulfillment",
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg?_wi=2",
imageAlt: "Prescriptions",
},
{
id: "02",
title: "Medication Reminders",
description: "Get automated reminders for your medications with dosage information and potential side effects",
imageSrc: "http://img.b2bpic.net/free-photo/male-physician-examining-x-ray-test-results-his-medical-cabinet_482257-118113.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-physician-examining-x-ray-test-results-his-medical-cabinet_482257-118113.jpg?_wi=2",
imageAlt: "Medication Reminders",
},
{
id: "03",
title: "Insurance Integration",
description: "View your insurance coverage details and understand your billing directly through the patient portal",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=2",
imageAlt: "Insurance",
},
];

View File

@@ -75,21 +75,21 @@ export default function PharmacyPage() {
id: "01",
title: "Inventory Management",
description: "Real-time stock tracking, automated low-stock alerts, expiry date monitoring, and batch management",
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg?_wi=4",
imageAlt: "Pharmacy inventory management system",
},
{
id: "02",
title: "Prescription Processing",
description: "Automated prescription fulfillment, patient-specific medication history, drug interaction checks, and dosage verification",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg?_wi=6",
imageAlt: "Prescription processing workflow",
},
{
id: "03",
title: "Supplier Integration",
description: "Automated ordering, supplier management, purchase history, and cost tracking for pharmaceutical supplies",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg?_wi=3",
imageAlt: "Supplier integration dashboard",
},
]}

View File

@@ -47,21 +47,21 @@ export default function SecretaryPage() {
id: "01",
title: "Appointment Scheduling",
description: "Manage doctor schedules and patient appointments with ease. View availability, handle cancellations, and send automated reminders to patients.",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg?_wi=5",
imageAlt: "Appointment Scheduling",
},
{
id: "02",
title: "Patient Registration",
description: "Register new patients with comprehensive medical history intake. Manage contact information, insurance details, and emergency contacts efficiently.",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-medical-mask-checking-smartphone_23-2148735400.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-medical-mask-checking-smartphone_23-2148735400.jpg?_wi=4",
imageAlt: "Patient Registration",
},
{
id: "03",
title: "Administrative Tasks",
description: "Handle documentation, billing inquiries, and appointment confirmations. Generate reports and manage clinic operations from a centralized dashboard.",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg?_wi=2",
imageAlt: "Administrative Tasks",
},
]}