From f4a0ce97646c45f9d1cf86b3e1c2a5b08726e5d1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:46:46 +0000 Subject: [PATCH 1/4] Update src/app/doctor/page.tsx --- src/app/doctor/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/doctor/page.tsx b/src/app/doctor/page.tsx index 604df60..f165cea 100644 --- a/src/app/doctor/page.tsx +++ b/src/app/doctor/page.tsx @@ -47,7 +47,7 @@ export default function DoctorPage() { imagePosition="right" textboxLayout="default" useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-sleek-doctor-consultation-room-interfa-1772703914938-d240314a.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-sleek-doctor-consultation-room-interfa-1772703914938-d240314a.png?_wi=2" imageAlt="Doctor consultation interface" bulletPoints={[ { @@ -89,7 +89,7 @@ export default function DoctorPage() { title: "Smart Queue Management", description: "Receive consultations from pre-screened patients with detailed health history and symptoms.", tag: "Efficient Workflow", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-doctor-profile-card-showi-1772703914683-6dc4fb7c.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-doctor-profile-card-showi-1772703914683-6dc4fb7c.png?_wi=5", imageAlt: "Patient queue management", buttons: [], }, @@ -98,7 +98,7 @@ export default function DoctorPage() { title: "Digital Prescription System", description: "Create, store, and send digital prescriptions that patients can share with any pharmacy.", tag: "Digital Health", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-digital-prescription-document-displaye-1772703916282-50474ff0.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-digital-prescription-document-displaye-1772703916282-50474ff0.png?_wi=2", imageAlt: "Digital prescription system", buttons: [], }, @@ -107,7 +107,7 @@ export default function DoctorPage() { title: "Patient Ratings & Growth", description: "Build your reputation with patient ratings and gain more consultation requests over time.", tag: "Practice Growth", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-healthcare--1772703913856-89ef6b4a.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-healthcare--1772703913856-89ef6b4a.png?_wi=2", imageAlt: "Doctor ratings", buttons: [], }, -- 2.49.1 From 236f35fb2270fcc4b135bc000a199aa8808aba32 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:46:46 +0000 Subject: [PATCH 2/4] Update src/app/emergency/page.tsx --- src/app/emergency/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/emergency/page.tsx b/src/app/emergency/page.tsx index 61ce67c..d9adc17 100644 --- a/src/app/emergency/page.tsx +++ b/src/app/emergency/page.tsx @@ -46,7 +46,7 @@ export default function EmergencyPage() { imagePosition="left" textboxLayout="default" useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/an-emergency-response-system-interface-s-1772703917627-180601f8.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/an-emergency-response-system-interface-s-1772703917627-180601f8.png?_wi=1" imageAlt="Emergency response system" bulletPoints={[ { @@ -88,7 +88,7 @@ export default function EmergencyPage() { title: "Automatic Detection", description: "AI analyzes symptoms and immediately triggers emergency protocols for critical cases.", tag: "Step 1", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/an-emergency-detection-and-response-syst-1772703917282-625233dc.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/an-emergency-detection-and-response-syst-1772703917282-625233dc.png?_wi=2", imageAlt: "Emergency detection", buttons: [], }, @@ -106,7 +106,7 @@ export default function EmergencyPage() { title: "Ambulance Dispatch", description: "Emergency services are automatically dispatched with GPS routing to nearest hospitals.", tag: "Step 3", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/an-emergency-response-system-interface-s-1772703917627-180601f8.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/an-emergency-response-system-interface-s-1772703917627-180601f8.png?_wi=2", imageAlt: "Ambulance dispatch", buttons: [], }, -- 2.49.1 From 9bf771fa404ac9c65b3557d9a980ba6d793e72f1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:46:47 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b95e75..887d625 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,7 @@ export default function HomePage() { title: "I'm a Patient", description: "Quick consultations with available doctors, digital prescriptions, emergency detection, and hospital coordination.", tag: "Patient", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-patient-dashboard-showing-upcoming-app-1772703917306-47870213.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-patient-dashboard-showing-upcoming-app-1772703917306-47870213.png?_wi=1", imageAlt: "Patient dashboard interface", buttons: [{ text: "Continue as Patient", href: "/patient" }], }, @@ -82,7 +82,7 @@ export default function HomePage() { title: "I'm a Doctor", description: "Manage your availability, handle consultations efficiently, create digital prescriptions, and build your patient base.", tag: "Doctor", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-sleek-doctor-consultation-room-interfa-1772703914938-d240314a.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-sleek-doctor-consultation-room-interfa-1772703914938-d240314a.png?_wi=1", imageAlt: "Doctor consultation interface", buttons: [{ text: "Continue as Doctor", href: "/doctor" }], }, @@ -123,7 +123,7 @@ export default function HomePage() { title: "Emergency Detection & Response", description: "Our AI-powered system detects critical symptoms and automatically coordinates with nearby hospitals and ambulance services.", tag: "Safety", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/an-emergency-detection-and-response-syst-1772703917282-625233dc.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/an-emergency-detection-and-response-syst-1772703917282-625233dc.png?_wi=1", imageAlt: "Emergency response system", buttons: [], }, @@ -132,7 +132,7 @@ export default function HomePage() { title: "Digital Prescriptions", description: "Receive digital prescriptions instantly after consultation. Download as PDF and share with pharmacies directly.", tag: "Convenience", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-digital-prescription-document-displaye-1772703916282-50474ff0.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-digital-prescription-document-displaye-1772703916282-50474ff0.png?_wi=1", imageAlt: "Digital prescription system", buttons: [], }, @@ -150,7 +150,7 @@ export default function HomePage() { imagePosition="right" textboxLayout="default" useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-patient-friendly-symptom-checker-inter-1772703914783-19ae5caa.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-patient-friendly-symptom-checker-inter-1772703914783-19ae5caa.png?_wi=1" imageAlt="Doctor category selection" bulletPoints={[ { title: "General Physician", description: "Primary care and general health consultations", icon: Heart }, @@ -179,21 +179,21 @@ export default function HomePage() { id: "doctor-1", name: "Dr. Sarah Johnson", price: "₹500", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-doctor-profile-card-showi-1772703914683-6dc4fb7c.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-doctor-profile-card-showi-1772703914683-6dc4fb7c.png?_wi=1", imageAlt: "Doctor profile", }, { id: "doctor-2", name: "Dr. Rajesh Kumar", price: "₹400", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-doctor-profile-card-showi-1772703914683-6dc4fb7c.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-doctor-profile-card-showi-1772703914683-6dc4fb7c.png?_wi=2", imageAlt: "Doctor profile", }, { id: "doctor-3", name: "Dr. Priya Sharma", price: "₹450", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-doctor-profile-card-showi-1772703914683-6dc4fb7c.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-doctor-profile-card-showi-1772703914683-6dc4fb7c.png?_wi=3", imageAlt: "Doctor profile", }, ]} @@ -243,7 +243,7 @@ export default function HomePage() { role: "Cardiologist", company: "Hyderabad", rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-healthcare--1772703913856-89ef6b4a.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-healthcare--1772703913856-89ef6b4a.png?_wi=1", imageAlt: "Dr. Vikram Reddy testimonial", }, { -- 2.49.1 From 9e59b7c6a676d002be26237d75486f9df7f24b4b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:46:47 +0000 Subject: [PATCH 4/4] Update src/app/patient/page.tsx --- src/app/patient/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/patient/page.tsx b/src/app/patient/page.tsx index f5dce39..936a49d 100644 --- a/src/app/patient/page.tsx +++ b/src/app/patient/page.tsx @@ -47,7 +47,7 @@ export default function PatientPage() { imagePosition="left" textboxLayout="default" useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-patient-dashboard-showing-upcoming-app-1772703917306-47870213.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-patient-dashboard-showing-upcoming-app-1772703917306-47870213.png?_wi=2" imageAlt="Patient dashboard interface" bulletPoints={[ { @@ -89,7 +89,7 @@ export default function PatientPage() { title: "Real-Time Doctor Availability", description: "See which doctors are online now with live wait times and consultation fees.", tag: "Instant Access", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-doctor-profile-card-showi-1772703914683-6dc4fb7c.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-doctor-profile-card-showi-1772703914683-6dc4fb7c.png?_wi=4", imageAlt: "Available doctors", buttons: [], }, @@ -98,7 +98,7 @@ export default function PatientPage() { title: "Smart Symptom Checker", description: "AI-powered initial assessment that helps match you with the right specialist.", tag: "Smart Matching", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-patient-friendly-symptom-checker-inter-1772703914783-19ae5caa.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-patient-friendly-symptom-checker-inter-1772703914783-19ae5caa.png?_wi=2", imageAlt: "Symptom checker interface", buttons: [], }, @@ -107,7 +107,7 @@ export default function PatientPage() { title: "Consultation History", description: "Track all past consultations, medications prescribed, and health patterns.", tag: "Health Tracking", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-patient-dashboard-showing-upcoming-app-1772703917306-47870213.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-patient-dashboard-showing-upcoming-app-1772703917306-47870213.png?_wi=3", imageAlt: "Consultation history", buttons: [], }, -- 2.49.1