From 545f269bb54510dc8278b267bf65671d309f7ab6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:03:46 +0000 Subject: [PATCH 01/10] Update src/app/admin/page.tsx --- src/app/admin/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx index 9b7b174..fe6c321 100644 --- a/src/app/admin/page.tsx +++ b/src/app/admin/page.tsx @@ -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", }, ]; -- 2.49.1 From 32987d31c09fa58250663da40956acce13044b7b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:03:47 +0000 Subject: [PATCH 02/10] Update src/app/doctor/page.tsx --- src/app/doctor/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/doctor/page.tsx b/src/app/doctor/page.tsx index 88c3b51..fd124e9 100644 --- a/src/app/doctor/page.tsx +++ b/src/app/doctor/page.tsx @@ -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", }, ]} -- 2.49.1 From 6b28c4e2b1569a3a7db0619f8514adecb80e7c39 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:03:47 +0000 Subject: [PATCH 03/10] Update src/app/fitness/page.tsx --- src/app/fitness/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/fitness/page.tsx b/src/app/fitness/page.tsx index b6fc86a..304c5dc 100644 --- a/src/app/fitness/page.tsx +++ b/src/app/fitness/page.tsx @@ -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", }, ]; -- 2.49.1 From 69b2670bbeb55e32c8304eac3f30400b9aab27f2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:03:48 +0000 Subject: [PATCH 04/10] Update src/app/lab/page.tsx --- src/app/lab/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/lab/page.tsx b/src/app/lab/page.tsx index 17a1b41..601159b 100644 --- a/src/app/lab/page.tsx +++ b/src/app/lab/page.tsx @@ -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", }, ]} -- 2.49.1 From 2f8dd4f8e866576779938c17f69eef8d4cf1b126 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:03:48 +0000 Subject: [PATCH 05/10] Update src/app/laser/page.tsx --- src/app/laser/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/laser/page.tsx b/src/app/laser/page.tsx index a21fed6..c0ce7ce 100644 --- a/src/app/laser/page.tsx +++ b/src/app/laser/page.tsx @@ -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", }, ]; -- 2.49.1 From 68e57f581684e8d5299e363acff5d22c0e21b94f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 18:03:48 +0000 Subject: [PATCH 06/10] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ef45b69..f625905 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1431,6 +1431,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +