Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-05 05:36:25 +00:00
6 changed files with 29 additions and 29 deletions

View File

@@ -73,14 +73,14 @@ const AboutPage = () => {
{
title: "Advanced Ultrasound Technology",
description: "State-of-the-art equipment for precise diagnostics and comprehensive imaging services",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg?_wi=5",
imageAlt: "Modern ultrasound facilities",
buttonIcon: Heart
},
{
title: "Patient-Centric Approach",
description: "We prioritize your comfort, privacy, and comprehensive health information at every step",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg?_wi=3",
imageAlt: "Patient care focus",
buttonIcon: Heart
}
@@ -103,7 +103,7 @@ const AboutPage = () => {
name: "Property 09",
price: "Basement Level",
variant: "Complete facilities available",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg?_wi=6",
imageAlt: "Clinic Location Property 09"
},
{
@@ -111,7 +111,7 @@ const AboutPage = () => {
name: "Property 10",
price: "Ground Floor",
variant: "Easy accessibility and parking",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg?_wi=7",
imageAlt: "Clinic Location Property 10"
}
]}

View File

@@ -50,42 +50,42 @@ const AdminPage = () => {
{
title: "Calendar Management",
description: "View all appointments in daily, weekly, or monthly calendar views with color-coded statuses across both clinic locations",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg?_wi=4",
imageAlt: "Calendar management view",
buttonIcon: Calendar
},
{
title: "Slot Configuration",
description: "Customize working hours, slot durations, maximum patients per slot, and buffer times independently for each location",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg?_wi=5",
imageAlt: "Configuration settings",
buttonIcon: Settings
},
{
title: "Patient Records",
description: "Complete patient database with search functionality by name, phone, or email. Access full appointment history and clinical notes",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg?_wi=6",
imageAlt: "Patient records system",
buttonIcon: Users
},
{
title: "Analytics & Reports",
description: "Generate comprehensive reports on appointment metrics, no-show rates, popular services, and export data as CSV or PDF",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg?_wi=7",
imageAlt: "Analytics dashboard",
buttonIcon: TrendingUp
},
{
title: "Broadcast Messaging",
description: "Send custom SMS, WhatsApp, or email messages to all patients or targeted groups with confirmation tracking",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg?_wi=8",
imageAlt: "Messaging system",
buttonIcon: Send
},
{
title: "Role-Based Access Control",
description: "Manage staff roles (Admin, Doctor, Receptionist) with different permission levels and activity logging for security",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg?_wi=9",
imageAlt: "Access control settings",
buttonIcon: Shield
}

View File

@@ -52,7 +52,7 @@ const AppointmentsPage = () => {
name: "General Consultation",
price: "Book Now",
variant: "With Dr. Nisha Singh",
imageSrc: "http://img.b2bpic.net/free-photo/medical-treatment-calendar-with-stethoscope-pills_23-2148438970.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medical-treatment-calendar-with-stethoscope-pills_23-2148438970.jpg?_wi=2",
imageAlt: "General consultation booking"
},
{
@@ -60,7 +60,7 @@ const AppointmentsPage = () => {
name: "Ultrasound Examination",
price: "Schedule",
variant: "Complete imaging service",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg?_wi=6",
imageAlt: "Ultrasound appointment"
},
{
@@ -68,7 +68,7 @@ const AppointmentsPage = () => {
name: "Follow-up Appointment",
price: "Reschedule",
variant: "Continue your care",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg?_wi=4",
imageAlt: "Follow-up scheduling"
}
]}

View File

@@ -67,7 +67,7 @@ const ContactPage = () => {
name: "Property 09 - Basement Level",
price: "Molarband Extension, Delhi",
variant: "Fully equipped clinic with ultrasound",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg?_wi=8",
imageAlt: "Clinic Location - Property 09"
},
{
@@ -75,7 +75,7 @@ const ContactPage = () => {
name: "Property 10 - Ground Floor",
price: "Molarband Extension, Delhi",
variant: "Easy accessibility and ample parking",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg?_wi=9",
imageAlt: "Clinic Location - Property 10"
}
]}

View File

@@ -55,7 +55,7 @@ const HomePage = () => {
{ text: "Learn More", href: "/about" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/medical-treatment-calendar-with-stethoscope-pills_23-2148438970.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medical-treatment-calendar-with-stethoscope-pills_23-2148438970.jpg?_wi=1"
imageAlt="Online appointment booking interface"
/>
</div>
@@ -71,7 +71,7 @@ const HomePage = () => {
{
title: "Real-Time Availability",
description: "View and book available time slots instantly for both clinic locations",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg?_wi=1",
imageAlt: "Real-time availability view",
buttonIcon: Calendar,
buttonHref: "/appointments"
@@ -86,28 +86,28 @@ const HomePage = () => {
{
title: "Manage Appointments",
description: "Reschedule, cancel, or track your appointment history online",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg?_wi=2",
imageAlt: "Appointment management",
buttonIcon: Clock
},
{
title: "Family Bookings",
description: "Book appointments for yourself and family members in one place",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg?_wi=3",
imageAlt: "Family booking system",
buttonIcon: Users
},
{
title: "Secure Profile",
description: "OTP and email-based secure login protecting your personal health information",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg?_wi=4",
imageAlt: "Secure login",
buttonIcon: Lock
},
{
title: "Easy Feedback",
description: "Rate your experience and leave reviews directly in the system",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ceo-leading-corporate-briefing-meeting-present-monthly-statistics_482257-100514.jpg?_wi=5",
imageAlt: "Feedback system",
buttonIcon: Star
}
@@ -148,7 +148,7 @@ const HomePage = () => {
name: "Property 09",
price: "Basement Level",
variant: "Molarband Extension",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg?_wi=1",
imageAlt: "Clinic Location - Property 09"
},
{
@@ -156,7 +156,7 @@ const HomePage = () => {
name: "Property 10",
price: "Ground Floor",
variant: "Molarband Extension",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg?_wi=2",
imageAlt: "Clinic Location - Property 10"
},
{
@@ -164,7 +164,7 @@ const HomePage = () => {
name: "Services Available",
price: "Consultation",
variant: "Ultrasound, Follow-ups",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg?_wi=3",
imageAlt: "Services offered"
}
]}
@@ -203,7 +203,7 @@ const HomePage = () => {
handle: "@anjalicare",
testimonial: "Dr. Nisha Singh is incredibly professional and thorough. The 24/7 availability and ability to reschedule online made managing my follow-up appointments effortless.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg?_wi=1",
imageAlt: "Anjali Patel"
},
{
@@ -221,7 +221,7 @@ const HomePage = () => {
handle: "@snehahealth",
testimonial: "Being able to book family members' appointments through one system is incredibly convenient. Rose Clinic has truly modernized healthcare access.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-doctor-uniform-hospital_23-2148733958.jpg?_wi=2",
imageAlt: "Sneha Kumar"
},
{

View File

@@ -50,21 +50,21 @@ const ServicesPage = () => {
{
title: "Calendar Management",
description: "View appointments in daily, weekly, or monthly calendar with color-coded statuses and real-time updates",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg?_wi=1",
imageAlt: "Calendar view",
buttonIcon: Calendar
},
{
title: "Slot Configuration",
description: "Set working hours, slot duration, max patients per slot, and buffer times separately for each location",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg?_wi=2",
imageAlt: "Slot configuration",
buttonIcon: Settings
},
{
title: "Patient Records Management",
description: "Search patients by name, phone, or email and access complete appointment history and clinical notes",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg?_wi=3",
imageAlt: "Patient database",
buttonIcon: BarChart3
}