Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-03-05 09:49:10 +00:00
4 changed files with 108 additions and 405 deletions

View File

@@ -47,30 +47,23 @@ 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?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-sleek-doctor-consultation-room-interfa-1772703914938-d240314a.png"
imageAlt="Doctor consultation interface"
bulletPoints={[
{
title: "Manage Availability",
description: "Set your own schedule and control consultation timings",
icon: Zap,
title: "Manage Availability", description: "Set your own schedule and control consultation timings", icon: Zap,
},
{
title: "Patient Management",
description: "Access patient history and maintain detailed medical records",
icon: Users,
title: "Patient Management", description: "Access patient history and maintain detailed medical records", icon: Users,
},
{
title: "Digital Prescriptions",
description: "Create and send prescriptions instantly to patients and pharmacies",
icon: TrendingUp,
title: "Digital Prescriptions", description: "Create and send prescriptions instantly to patients and pharmacies", icon: TrendingUp,
},
{
title: "Earnings Dashboard",
description: "Track your earnings and build your patient base over time",
icon: TrendingUp,
title: "Earnings Dashboard", description: "Track your earnings and build your patient base over time", icon: TrendingUp,
},
]}
mediaAnimation="opacity"
/>
</div>
@@ -85,31 +78,13 @@ export default function DoctorPage() {
animationType="slide-up"
features={[
{
id: "doc-feat-1",
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?_wi=5",
imageAlt: "Patient queue management",
buttons: [],
id: "doc-feat-1", 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", imageAlt: "Patient queue management", buttons: [],
},
{
id: "doc-feat-2",
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?_wi=2",
imageAlt: "Digital prescription system",
buttons: [],
id: "doc-feat-2", 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", imageAlt: "Digital prescription system", buttons: [],
},
{
id: "doc-feat-3",
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?_wi=2",
imageAlt: "Doctor ratings",
buttons: [],
id: "doc-feat-3", 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", imageAlt: "Doctor ratings", buttons: [],
},
]}
/>
@@ -126,52 +101,19 @@ export default function DoctorPage() {
animationType="slide-up"
plans={[
{
id: "doc-starter",
tag: "Starter Plan",
price: "80%",
period: "/consultation",
description: "Perfect for doctors starting their online practice",
button: { text: "Join Now", href: "/doctor" },
featuresTitle: "Your Benefits:",
features: [
"Keep 80% of consultation fees",
"Set your own rates",
"Full patient support",
"Digital prescription tools",
"Basic analytics",
],
id: "doc-starter", tag: "Starter Plan", price: "80%", period: "/consultation", description: "Perfect for doctors starting their online practice", button: { text: "Join Now", href: "/doctor" },
featuresTitle: "Your Benefits:", features: [
"Keep 80% of consultation fees", "Set your own rates", "Full patient support", "Digital prescription tools", "Basic analytics"],
},
{
id: "doc-growth",
tag: "Growth Plan",
price: "85%",
period: "/consultation",
description: "For established doctors with growing patient base",
button: { text: "Upgrade", href: "/doctor" },
featuresTitle: "Your Benefits:",
features: [
"Keep 85% of consultation fees",
"Priority patient queue",
"Advanced analytics",
"Marketing support",
"24/7 technical support",
],
id: "doc-growth", tag: "Growth Plan", price: "85%", period: "/consultation", description: "For established doctors with growing patient base", button: { text: "Upgrade", href: "/doctor" },
featuresTitle: "Your Benefits:", features: [
"Keep 85% of consultation fees", "Priority patient queue", "Advanced analytics", "Marketing support", "24/7 technical support"],
},
{
id: "doc-premium",
tag: "Premium Partner",
price: "90%",
period: "/consultation",
description: "For top doctors with high patient satisfaction",
button: { text: "Apply", href: "/doctor" },
featuresTitle: "Your Benefits:",
features: [
"Keep 90% of consultation fees",
"Dedicated account manager",
"Featured doctor listing",
"Referral bonus program",
"Practice development support",
],
id: "doc-premium", tag: "Premium Partner", price: "90%", period: "/consultation", description: "For top doctors with high patient satisfaction", button: { text: "Apply", href: "/doctor" },
featuresTitle: "Your Benefits:", features: [
"Keep 90% of consultation fees", "Dedicated account manager", "Featured doctor listing", "Referral bonus program", "Practice development support"],
},
]}
/>
@@ -184,8 +126,7 @@ export default function DoctorPage() {
copyrightText="© 2025 My Doc Healthcare. Transforming healthcare access in India."
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "For Patients", href: "/" },
{ label: "For Doctors", href: "/doctor" },
{ label: "Pricing", href: "/" },
@@ -193,8 +134,7 @@ export default function DoctorPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "How It Works", href: "/" },
{ label: "Blog", href: "/blog" },
@@ -202,8 +142,7 @@ export default function DoctorPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "/help" },
{ label: "Contact Us", href: "/" },
{ label: "Privacy Policy", href: "/privacy" },

View File

@@ -46,30 +46,23 @@ 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?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/an-emergency-response-system-interface-s-1772703917627-180601f8.png"
imageAlt="Emergency response system"
bulletPoints={[
{
title: "AI Symptom Detection",
description: "Automatic detection of critical symptoms during pre-consultation screening",
icon: AlertTriangle,
title: "AI Symptom Detection", description: "Automatic detection of critical symptoms during pre-consultation screening", icon: AlertTriangle,
},
{
title: "Real-Time Location",
description: "GPS-enabled location sharing with emergency services and hospitals",
icon: MapPin,
title: "Real-Time Location", description: "GPS-enabled location sharing with emergency services and hospitals", icon: MapPin,
},
{
title: "Ambulance Coordination",
description: "Direct coordination with nearby ambulance services and hospitals",
icon: Ambulance,
title: "Ambulance Coordination", description: "Direct coordination with nearby ambulance services and hospitals", icon: Ambulance,
},
{
title: "Hospital Integration",
description: "Seamless information transfer to emergency departments",
icon: AlertTriangle,
title: "Hospital Integration", description: "Seamless information transfer to emergency departments", icon: AlertTriangle,
},
]}
mediaAnimation="opacity"
/>
</div>
@@ -84,31 +77,13 @@ export default function EmergencyPage() {
animationType="slide-up"
features={[
{
id: "emerg-1",
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?_wi=2",
imageAlt: "Emergency detection",
buttons: [],
id: "emerg-1", 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", imageAlt: "Emergency detection", buttons: [],
},
{
id: "emerg-2",
title: "Hospital Alert",
description: "Nearby hospitals receive real-time alerts with patient location and medical history.",
tag: "Step 2",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-hospital-coordination-screen-showing-i-1772703915058-b8dd7cab.png",
imageAlt: "Hospital alert system",
buttons: [],
id: "emerg-2", title: "Hospital Alert", description: "Nearby hospitals receive real-time alerts with patient location and medical history.", tag: "Step 2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-hospital-coordination-screen-showing-i-1772703915058-b8dd7cab.png", imageAlt: "Hospital alert system", buttons: [],
},
{
id: "emerg-3",
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?_wi=2",
imageAlt: "Ambulance dispatch",
buttons: [],
id: "emerg-3", 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", imageAlt: "Ambulance dispatch", buttons: [],
},
]}
/>
@@ -185,8 +160,7 @@ export default function EmergencyPage() {
copyrightText="© 2025 My Doc Healthcare. Transforming healthcare access in India."
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "For Patients", href: "/" },
{ label: "For Doctors", href: "/doctor" },
{ label: "Pricing", href: "/" },
@@ -194,8 +168,7 @@ export default function EmergencyPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "How It Works", href: "/" },
{ label: "Blog", href: "/blog" },
@@ -203,8 +176,7 @@ export default function EmergencyPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "/help" },
{ label: "Contact Us", href: "/" },
{ label: "Privacy Policy", href: "/privacy" },

View File

@@ -10,7 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Heart, Stethoscope, Brain, Pulse, Skin, Baby, Mind, Phone } from "lucide-react";
import { Heart, Stethoscope, Brain, Zap, Baby, Phone } from "lucide-react";
import Link from "next/link";
export default function HomePage() {
@@ -54,7 +54,6 @@ export default function HomePage() {
imageAlt="Telemedicine consultation platform"
showDimOverlay={true}
buttonAnimation="slide-up"
mediaAnimation="opacity"
/>
</div>
@@ -69,22 +68,10 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
id: "patient-role",
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?_wi=1",
imageAlt: "Patient dashboard interface",
buttons: [{ text: "Continue as Patient", href: "/patient" }],
id: "patient-role", 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", imageAlt: "Patient dashboard interface", buttons: [{ text: "Continue as Patient", href: "/patient" }],
},
{
id: "doctor-role",
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?_wi=1",
imageAlt: "Doctor consultation interface",
buttons: [{ text: "Continue as Doctor", href: "/doctor" }],
id: "doctor-role", 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", imageAlt: "Doctor consultation interface", buttons: [{ text: "Continue as Doctor", href: "/doctor" }],
},
]}
/>
@@ -101,40 +88,16 @@ export default function HomePage() {
animationType="slide-up"
features={[
{
id: "feature-1",
title: "3-Minute Doctor Connection",
description: "Skip the hospital queues. Get connected with a qualified doctor within 3 minutes using our smart queue system.",
tag: "Speed",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-visual-representation-of-the-3-minute--1772703915287-85a3e9ed.png",
imageAlt: "Fast doctor connection",
buttons: [],
id: "feature-1", title: "3-Minute Doctor Connection", description: "Skip the hospital queues. Get connected with a qualified doctor within 3 minutes using our smart queue system.", tag: "Speed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-visual-representation-of-the-3-minute--1772703915287-85a3e9ed.png", imageAlt: "Fast doctor connection", buttons: [],
},
{
id: "feature-2",
title: "Video & Text Consultation",
description: "Choose your preferred consultation method—real-time video calls or convenient text chat. Both are secure and HIPAA-compliant.",
tag: "Flexibility",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-diverse-group-of-patients-using-the-my-1772703916732-5da5c4f9.png",
imageAlt: "Multiple consultation options",
buttons: [],
id: "feature-2", title: "Video & Text Consultation", description: "Choose your preferred consultation method—real-time video calls or convenient text chat. Both are secure and HIPAA-compliant.", tag: "Flexibility", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-diverse-group-of-patients-using-the-my-1772703916732-5da5c4f9.png", imageAlt: "Multiple consultation options", buttons: [],
},
{
id: "feature-3",
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?_wi=1",
imageAlt: "Emergency response system",
buttons: [],
id: "feature-3", 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", imageAlt: "Emergency response system", buttons: [],
},
{
id: "feature-4",
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?_wi=1",
imageAlt: "Digital prescription system",
buttons: [],
id: "feature-4", 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", imageAlt: "Digital prescription system", buttons: [],
},
]}
/>
@@ -150,15 +113,15 @@ 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?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-patient-friendly-symptom-checker-inter-1772703914783-19ae5caa.png"
imageAlt="Doctor category selection"
bulletPoints={[
{ title: "General Physician", description: "Primary care and general health consultations", icon: Heart },
{ title: "Cardiologist", description: "Heart and cardiovascular system specialists", icon: Pulse },
{ title: "Cardiologist", description: "Heart and cardiovascular system specialists", icon: Zap },
{ title: "Neurologist", description: "Brain and nervous system experts", icon: Brain },
{ title: "Dermatologist", description: "Skin health and dermatology specialists", icon: Skin },
{ title: "Dermatologist", description: "Skin health and dermatology specialists", icon: Heart },
{ title: "Pediatrician", description: "Child health and development experts", icon: Baby },
{ title: "Psychiatrist", description: "Mental health and wellness specialists", icon: Mind },
{ title: "Psychiatrist", description: "Mental health and wellness specialists", icon: Phone },
]}
mediaAnimation="opacity"
/>
@@ -176,26 +139,11 @@ export default function HomePage() {
gridVariant="three-columns-all-equal-width"
products={[
{
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?_wi=1",
imageAlt: "Doctor profile",
},
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", 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?_wi=2",
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", 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?_wi=3",
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", imageAlt: "Doctor profile"},
]}
/>
</div>
@@ -211,59 +159,23 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Amit Patel",
role: "Patient",
company: "Delhi",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-satisfied-p-1772703914517-5735bc40.png",
imageAlt: "Amit Patel testimonial",
},
id: "1", name: "Amit Patel", role: "Patient", company: "Delhi", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-satisfied-p-1772703914517-5735bc40.png", imageAlt: "Amit Patel testimonial"},
{
id: "2",
name: "Dr. Meera Singh",
role: "General Physician",
company: "Mumbai",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-female-doct-1772703914389-17a259b7.png",
imageAlt: "Dr. Meera Singh testimonial",
},
id: "2", name: "Dr. Meera Singh", role: "General Physician", company: "Mumbai", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-female-doct-1772703914389-17a259b7.png", imageAlt: "Dr. Meera Singh testimonial"},
{
id: "3",
name: "Priya Desai",
role: "Patient",
company: "Bangalore",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-patient-giv-1772703914461-009b2e8b.png",
imageAlt: "Priya Desai testimonial",
},
id: "3", name: "Priya Desai", role: "Patient", company: "Bangalore", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-patient-giv-1772703914461-009b2e8b.png", imageAlt: "Priya Desai testimonial"},
{
id: "4",
name: "Dr. Vikram Reddy",
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?_wi=1",
imageAlt: "Dr. Vikram Reddy testimonial",
},
id: "4", name: "Dr. Vikram Reddy", 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", imageAlt: "Dr. Vikram Reddy testimonial"},
{
id: "5",
name: "Anjali Kumar",
role: "Patient",
company: "Chennai",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-satisfied-p-1772703914664-d9eefbf8.png",
imageAlt: "Anjali Kumar testimonial",
},
id: "5", name: "Anjali Kumar", role: "Patient", company: "Chennai", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-satisfied-p-1772703914664-d9eefbf8.png", imageAlt: "Anjali Kumar testimonial"},
{
id: "6",
name: "Dr. Rohan Joshi",
role: "Dermatologist",
company: "Pune",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-healthcare--1772703916497-0464ca64.png",
imageAlt: "Dr. Rohan Joshi testimonial",
},
id: "6", name: "Dr. Rohan Joshi", role: "Dermatologist", company: "Pune", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-professional-headshot-of-a-healthcare--1772703916497-0464ca64.png", imageAlt: "Dr. Rohan Joshi testimonial"},
]}
kpiItems={[
{ value: "50,000+", label: "Successful Consultations" },
@@ -284,52 +196,19 @@ export default function HomePage() {
animationType="slide-up"
plans={[
{
id: "general-physician",
tag: "General Physician",
price: "₹400",
period: "/consultation",
description: "Quick consultation for general health concerns",
button: { text: "Book Now", href: "/consultation" },
featuresTitle: "What's Included:",
features: [
"15-minute video or chat consultation",
"Digital prescription",
"Medical profile update",
"Follow-up within 7 days",
],
id: "general-physician", tag: "General Physician", price: "₹400", period: "/consultation", description: "Quick consultation for general health concerns", button: { text: "Book Now", href: "/consultation" },
featuresTitle: "What's Included:", features: [
"15-minute video or chat consultation", "Digital prescription", "Medical profile update", "Follow-up within 7 days"],
},
{
id: "specialist",
tag: "Specialist Consultation",
price: "₹600",
period: "/consultation",
description: "Specialist expertise for complex health conditions",
button: { text: "Book Now", href: "/consultation" },
featuresTitle: "What's Included:",
features: [
"20-minute video consultation",
"Detailed diagnosis",
"Prescription with alternatives",
"Medical report generation",
"Follow-up consultation discount",
],
id: "specialist", tag: "Specialist Consultation", price: "₹600", period: "/consultation", description: "Specialist expertise for complex health conditions", button: { text: "Book Now", href: "/consultation" },
featuresTitle: "What's Included:", features: [
"20-minute video consultation", "Detailed diagnosis", "Prescription with alternatives", "Medical report generation", "Follow-up consultation discount"],
},
{
id: "family-plan",
tag: "Family Plan",
price: "₹1,999",
period: "/month",
description: "Unlimited consultations for your entire family",
button: { text: "Subscribe Now", href: "/consultation" },
featuresTitle: "What's Included:",
features: [
"Unlimited consultations",
"Up to 5 family members",
"24/7 emergency support",
"Prescription archive",
"Health records management",
"Priority doctor matching",
],
id: "family-plan", tag: "Family Plan", price: "₹1,999", period: "/month", description: "Unlimited consultations for your entire family", button: { text: "Subscribe Now", href: "/consultation" },
featuresTitle: "What's Included:", features: [
"Unlimited consultations", "Up to 5 family members", "24/7 emergency support", "Prescription archive", "Health records management", "Priority doctor matching"],
},
]}
/>
@@ -346,53 +225,29 @@ export default function HomePage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "How quickly can I get connected with a doctor?",
content:
"My Doc's smart queue system connects you with an available doctor within 3 minutes on average. The exact time depends on the specialization and current queue length, but our average response time is well under 5 minutes.",
},
id: "1", title: "How quickly can I get connected with a doctor?", content:
"My Doc's smart queue system connects you with an available doctor within 3 minutes on average. The exact time depends on the specialization and current queue length, but our average response time is well under 5 minutes."},
{
id: "2",
title: "Is my consultation data secure and private?",
content:
"Yes, all consultations are encrypted end-to-end and comply with HIPAA standards. Your medical data is stored securely and is only accessible to you and your consulting doctor. We never share your information with third parties.",
},
id: "2", title: "Is my consultation data secure and private?", content:
"Yes, all consultations are encrypted end-to-end and comply with HIPAA standards. Your medical data is stored securely and is only accessible to you and your consulting doctor. We never share your information with third parties."},
{
id: "3",
title: "What if I need emergency care?",
content:
"Our AI-powered system automatically detects critical symptoms during pre-consultation questions. If an emergency is detected, we immediately alert nearby hospitals and coordinate ambulance services with your location. You can also manually request emergency services.",
},
id: "3", title: "What if I need emergency care?", content:
"Our AI-powered system automatically detects critical symptoms during pre-consultation questions. If an emergency is detected, we immediately alert nearby hospitals and coordinate ambulance services with your location. You can also manually request emergency services."},
{
id: "4",
title: "Can I download my digital prescription?",
content:
"Absolutely! After your consultation, the doctor generates a digital prescription that you can instantly download as a PDF. You can share it directly with pharmacies or keep it in your records for future reference.",
},
id: "4", title: "Can I download my digital prescription?", content:
"Absolutely! After your consultation, the doctor generates a digital prescription that you can instantly download as a PDF. You can share it directly with pharmacies or keep it in your records for future reference."},
{
id: "5",
title: "How do I verify my doctor's credentials?",
content:
"All doctors on My Doc are verified medical professionals with valid licenses. You can view their specialization, years of experience, patient ratings, and license verification details on their profile before booking a consultation.",
},
id: "5", title: "How do I verify my doctor's credentials?", content:
"All doctors on My Doc are verified medical professionals with valid licenses. You can view their specialization, years of experience, patient ratings, and license verification details on their profile before booking a consultation."},
{
id: "6",
title: "What payment methods do you accept?",
content:
"We accept UPI, debit cards, credit cards, net banking, and digital wallets through our secure Razorpay gateway. Payment is only processed after you confirm your consultation booking.",
},
id: "6", title: "What payment methods do you accept?", content:
"We accept UPI, debit cards, credit cards, net banking, and digital wallets through our secure Razorpay gateway. Payment is only processed after you confirm your consultation booking."},
{
id: "7",
title: "Can I reschedule or cancel my consultation?",
content:
"Yes, you can cancel or reschedule consultations up to 30 minutes before the scheduled time for a full refund. Cancellations within 30 minutes are non-refundable.",
},
id: "7", title: "Can I reschedule or cancel my consultation?", content:
"Yes, you can cancel or reschedule consultations up to 30 minutes before the scheduled time for a full refund. Cancellations within 30 minutes are non-refundable."},
{
id: "8",
title: "Is My Doc available 24/7?",
content:
"My Doc is available 24/7, but doctor availability depends on their schedules. You can check real-time availability and book with any online doctor at any time of day or night.",
},
id: "8", title: "Is My Doc available 24/7?", content:
"My Doc is available 24/7, but doctor availability depends on their schedules. You can check real-time availability and book with any online doctor at any time of day or night."},
]}
/>
</div>
@@ -423,8 +278,7 @@ export default function HomePage() {
copyrightText="© 2025 My Doc Healthcare. Transforming healthcare access in India."
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "For Patients", href: "/" },
{ label: "For Doctors", href: "/doctor" },
{ label: "Pricing", href: "/" },
@@ -432,8 +286,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "How It Works", href: "/" },
{ label: "Blog", href: "/blog" },
@@ -441,8 +294,7 @@ export default function HomePage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "/help" },
{ label: "Contact Us", href: "/" },
{ label: "Privacy Policy", href: "/privacy" },

View File

@@ -47,30 +47,23 @@ 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?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWMN0yYsj1QUebC27zA11V8fd1/a-patient-dashboard-showing-upcoming-app-1772703917306-47870213.png"
imageAlt="Patient dashboard interface"
bulletPoints={[
{
title: "Book Instantly",
description: "Choose from available doctors and book consultations within seconds",
icon: Clock,
title: "Book Instantly", description: "Choose from available doctors and book consultations within seconds", icon: Clock,
},
{
title: "Secure Records",
description: "All your medical data encrypted and accessible only to you",
icon: Shield,
title: "Secure Records", description: "All your medical data encrypted and accessible only to you", icon: Shield,
},
{
title: "Emergency Alert",
description: "One-tap emergency assistance with automatic hospital coordination",
icon: AlertCircle,
title: "Emergency Alert", description: "One-tap emergency assistance with automatic hospital coordination", icon: AlertCircle,
},
{
title: "Prescription Archive",
description: "Download and share digital prescriptions anytime",
icon: Clock,
title: "Prescription Archive", description: "Download and share digital prescriptions anytime", icon: Clock,
},
]}
mediaAnimation="opacity"
/>
</div>
@@ -85,31 +78,13 @@ export default function PatientPage() {
animationType="slide-up"
features={[
{
id: "feat-1",
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?_wi=4",
imageAlt: "Available doctors",
buttons: [],
id: "feat-1", 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", imageAlt: "Available doctors", buttons: [],
},
{
id: "feat-2",
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?_wi=2",
imageAlt: "Symptom checker interface",
buttons: [],
id: "feat-2", 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", imageAlt: "Symptom checker interface", buttons: [],
},
{
id: "feat-3",
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?_wi=3",
imageAlt: "Consultation history",
buttons: [],
id: "feat-3", 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", imageAlt: "Consultation history", buttons: [],
},
]}
/>
@@ -126,51 +101,19 @@ export default function PatientPage() {
animationType="slide-up"
plans={[
{
id: "pay-per-consult",
tag: "Pay Per Consultation",
price: "₹400",
period: "/consult",
description: "Perfect for occasional health needs",
button: { text: "Book Now", href: "/consultation" },
featuresTitle: "Includes:",
features: [
"15-minute consultation",
"Digital prescription",
"Medical profile update",
"7-day follow-up available",
],
id: "pay-per-consult", tag: "Pay Per Consultation", price: "₹400", period: "/consult", description: "Perfect for occasional health needs", button: { text: "Book Now", href: "/consultation" },
featuresTitle: "Includes:", features: [
"15-minute consultation", "Digital prescription", "Medical profile update", "7-day follow-up available"],
},
{
id: "monthly-wellness",
tag: "Monthly Wellness",
price: "₹999",
period: "/month",
description: "Ideal for regular health management",
button: { text: "Subscribe", href: "/consultation" },
featuresTitle: "Includes:",
features: [
"Up to 4 consultations",
"Priority doctor matching",
"All digital prescriptions",
"Health records access",
"Prescription discount",
],
id: "monthly-wellness", tag: "Monthly Wellness", price: "₹999", period: "/month", description: "Ideal for regular health management", button: { text: "Subscribe", href: "/consultation" },
featuresTitle: "Includes:", features: [
"Up to 4 consultations", "Priority doctor matching", "All digital prescriptions", "Health records access", "Prescription discount"],
},
{
id: "family-plan-patient",
tag: "Family Premium",
price: "₹1,999",
period: "/month",
description: "Comprehensive care for your family",
button: { text: "Get Family Plan", href: "/consultation" },
featuresTitle: "Includes:",
features: [
"Unlimited consultations",
"Up to 5 family members",
"24/7 emergency support",
"Health records management",
"Prescription archive",
],
id: "family-plan-patient", tag: "Family Premium", price: "₹1,999", period: "/month", description: "Comprehensive care for your family", button: { text: "Get Family Plan", href: "/consultation" },
featuresTitle: "Includes:", features: [
"Unlimited consultations", "Up to 5 family members", "24/7 emergency support", "Health records management", "Prescription archive"],
},
]}
/>
@@ -183,8 +126,7 @@ export default function PatientPage() {
copyrightText="© 2025 My Doc Healthcare. Transforming healthcare access in India."
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{ label: "For Patients", href: "/" },
{ label: "For Doctors", href: "/doctor" },
{ label: "Pricing", href: "/" },
@@ -192,8 +134,7 @@ export default function PatientPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/" },
{ label: "How It Works", href: "/" },
{ label: "Blog", href: "/blog" },
@@ -201,8 +142,7 @@ export default function PatientPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "/help" },
{ label: "Contact Us", href: "/" },
{ label: "Privacy Policy", href: "/privacy" },