Merge version_1 into main #2
@@ -18,8 +18,7 @@ export default function DocumentationPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/" },
|
||||
{ label: "Security", href: "/" },
|
||||
@@ -27,8 +26,7 @@ export default function DocumentationPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -36,8 +34,7 @@ export default function DocumentationPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "API Reference", href: "/api" },
|
||||
{ label: "Support", href: "/support" },
|
||||
@@ -72,13 +69,13 @@ export default function DocumentationPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="DOCUMENTATION"
|
||||
description="Comprehensive guides, tutorials, and API documentation to help you maximize Medionix for your clinic. Learn best practices for patient management, scheduling, and compliance."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Browse Guides", href: "/" },
|
||||
{ text: "API Docs", href: "/" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png?_wi=9"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png"
|
||||
imageAlt="Documentation resources"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -91,35 +88,17 @@ export default function DocumentationPage() {
|
||||
description="Find answers to common documentation and usage questions"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Where can I find API documentation?",
|
||||
content: "Our complete API documentation is available at /api/docs. It includes REST endpoints, authentication methods, request/response examples, and SDK libraries for popular programming languages.",
|
||||
},
|
||||
id: "1", title: "Where can I find API documentation?", content: "Our complete API documentation is available at /api/docs. It includes REST endpoints, authentication methods, request/response examples, and SDK libraries for popular programming languages."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do I integrate Medionix with third-party systems?",
|
||||
content: "Medionix provides REST APIs and webhooks for integration. You can authenticate using API keys or OAuth 2.0. Detailed integration guides and code samples are available in our developer portal.",
|
||||
},
|
||||
id: "2", title: "How do I integrate Medionix with third-party systems?", content: "Medionix provides REST APIs and webhooks for integration. You can authenticate using API keys or OAuth 2.0. Detailed integration guides and code samples are available in our developer portal."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What support resources are available?",
|
||||
content: "We offer live chat support, email support, community forums, and comprehensive documentation. Premium plans include dedicated account managers and priority support.",
|
||||
},
|
||||
id: "3", title: "What support resources are available?", content: "We offer live chat support, email support, community forums, and comprehensive documentation. Premium plans include dedicated account managers and priority support."},
|
||||
{
|
||||
id: "4",
|
||||
title: "How often are documentation updates released?",
|
||||
content: "Documentation is updated continuously as we release new features. Check the changelog for the latest updates. You can subscribe to documentation updates via email notifications.",
|
||||
},
|
||||
id: "4", title: "How often are documentation updates released?", content: "Documentation is updated continuously as we release new features. Check the changelog for the latest updates. You can subscribe to documentation updates via email notifications."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are there video tutorials available?",
|
||||
content: "Yes, we have extensive video tutorials covering common tasks like patient registration, appointment scheduling, and report generation. Visit our YouTube channel or the Medionix Academy.",
|
||||
},
|
||||
id: "5", title: "Are there video tutorials available?", content: "Yes, we have extensive video tutorials covering common tasks like patient registration, appointment scheduling, and report generation. Visit our YouTube channel or the Medionix Academy."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can I request custom documentation for my clinic?",
|
||||
content: "Enterprise customers can request customized documentation and training sessions. Contact our sales team to discuss your specific needs and documentation requirements.",
|
||||
},
|
||||
id: "6", title: "Can I request custom documentation for my clinic?", content: "Enterprise customers can request customized documentation and training sessions. Contact our sales team to discuss your specific needs and documentation requirements."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -129,7 +108,7 @@ export default function DocumentationPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png?_wi=10"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png"
|
||||
imageAlt="Healthcare documentation resources"
|
||||
columns={footerColumns}
|
||||
logoText="MEDIONIX"
|
||||
|
||||
173
src/app/page.tsx
173
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/" },
|
||||
{ label: "Security", href: "/" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "API Reference", href: "/api" },
|
||||
{ label: "Support", href: "/support" },
|
||||
@@ -77,13 +74,13 @@ export default function HomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="MEDIONIX"
|
||||
description="Professional clinic management platform designed for seamless patient care coordination, real-time consultation tracking, and efficient administrative operations. Streamline your healthcare workflow with intuitive tools built for busy clinical environments."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Access Dashboard", href: "/" },
|
||||
{ text: "Learn More", href: "/" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png"
|
||||
imageAlt="Medionix clinic management dashboard interface"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -96,47 +93,17 @@ export default function HomePage() {
|
||||
description="Fast-access tools for daily clinic operations"
|
||||
features={[
|
||||
{
|
||||
id: "register-patient",
|
||||
title: "Register Patient",
|
||||
description: "Quickly add new patients to the system with essential information and medical history.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-set-of-6-large-clean-medical-icons-rep-1772727279189-3872f25d.png",
|
||||
imageAlt: "Patient registration icon",
|
||||
},
|
||||
id: "register-patient", title: "Register Patient", description: "Quickly add new patients to the system with essential information and medical history.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-set-of-6-large-clean-medical-icons-rep-1772727279189-3872f25d.png", imageAlt: "Patient registration icon"},
|
||||
{
|
||||
id: "start-consultation",
|
||||
title: "Start Consultation",
|
||||
description: "Begin a consultation session with real-time patient file access and notes.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/active-consultation-panel-showing-ongoin-1772727280305-47627853.png?_wi=1",
|
||||
imageAlt: "Consultation interface",
|
||||
},
|
||||
id: "start-consultation", title: "Start Consultation", description: "Begin a consultation session with real-time patient file access and notes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/active-consultation-panel-showing-ongoin-1772727280305-47627853.png", imageAlt: "Consultation interface"},
|
||||
{
|
||||
id: "book-appointment",
|
||||
title: "Book Appointment",
|
||||
description: "Schedule patient appointments with automatic doctor assignment and notifications.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-appointment-scheduling-calendar-1772727279223-ac59e7f4.png",
|
||||
imageAlt: "Appointment scheduling calendar",
|
||||
},
|
||||
id: "book-appointment", title: "Book Appointment", description: "Schedule patient appointments with automatic doctor assignment and notifications.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-appointment-scheduling-calendar-1772727279223-ac59e7f4.png", imageAlt: "Appointment scheduling calendar"},
|
||||
{
|
||||
id: "search-records",
|
||||
title: "Search Patient Records",
|
||||
description: "Instantly locate and access complete patient medical histories and documents.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-clean-professional-illustration-of-a-p-1772727278875-1652e168.png?_wi=1",
|
||||
imageAlt: "Patient records search",
|
||||
},
|
||||
id: "search-records", title: "Search Patient Records", description: "Instantly locate and access complete patient medical histories and documents.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-clean-professional-illustration-of-a-p-1772727278875-1652e168.png", imageAlt: "Patient records search"},
|
||||
{
|
||||
id: "lab-request",
|
||||
title: "Add Lab Request",
|
||||
description: "Submit and track laboratory test requests with automatic result notifications.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/lab-request-management-panel-displaying--1772727279039-caa71117.png?_wi=1",
|
||||
imageAlt: "Lab requests panel",
|
||||
},
|
||||
id: "lab-request", title: "Add Lab Request", description: "Submit and track laboratory test requests with automatic result notifications.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/lab-request-management-panel-displaying--1772727279039-caa71117.png", imageAlt: "Lab requests panel"},
|
||||
{
|
||||
id: "issue-prescription",
|
||||
title: "Issue Prescription",
|
||||
description: "Create and send digital prescriptions directly to pharmacy partners.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/lab-request-management-panel-displaying--1772727279039-caa71117.png?_wi=2",
|
||||
imageAlt: "Prescription issuance",
|
||||
},
|
||||
id: "issue-prescription", title: "Issue Prescription", description: "Create and send digital prescriptions directly to pharmacy partners.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/lab-request-management-panel-displaying--1772727279039-caa71117.png", imageAlt: "Prescription issuance"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -151,35 +118,14 @@ export default function HomePage() {
|
||||
description="Current patients waiting and their consultation status"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Queue",
|
||||
name: "Raj Kumar",
|
||||
price: "9:30 AM",
|
||||
rating: 4,
|
||||
reviewCount: "Waiting",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-clean-professional-illustration-of-a-p-1772727278875-1652e168.png?_wi=2",
|
||||
imageAlt: "Patient queue display",
|
||||
},
|
||||
id: "1", brand: "Queue", name: "Raj Kumar", price: "9:30 AM", rating: 4,
|
||||
reviewCount: "Waiting", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-clean-professional-illustration-of-a-p-1772727278875-1652e168.png", imageAlt: "Patient queue display"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Queue",
|
||||
name: "Maria Santos",
|
||||
price: "9:45 AM",
|
||||
rating: 5,
|
||||
reviewCount: "Consulting",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-clean-professional-illustration-of-a-p-1772727278875-1652e168.png?_wi=3",
|
||||
imageAlt: "Patient queue display",
|
||||
},
|
||||
id: "2", brand: "Queue", name: "Maria Santos", price: "9:45 AM", rating: 5,
|
||||
reviewCount: "Consulting", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-clean-professional-illustration-of-a-p-1772727278875-1652e168.png", imageAlt: "Patient queue display"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Queue",
|
||||
name: "Ahmed Hassan",
|
||||
price: "10:00 AM",
|
||||
rating: 3,
|
||||
reviewCount: "Completed",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-clean-professional-illustration-of-a-p-1772727278875-1652e168.png?_wi=4",
|
||||
imageAlt: "Patient queue display",
|
||||
},
|
||||
id: "3", brand: "Queue", name: "Ahmed Hassan", price: "10:00 AM", rating: 3,
|
||||
reviewCount: "Completed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-clean-professional-illustration-of-a-p-1772727278875-1652e168.png", imageAlt: "Patient queue display"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -194,28 +140,13 @@ export default function HomePage() {
|
||||
description="Scheduled consultations and assigned doctors"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Dr. Priya Verma - General Checkup",
|
||||
subtitle: "Patient: Sofia Chen · 10:30 AM · Room 302",
|
||||
category: "General Medicine",
|
||||
value: "Confirmed",
|
||||
buttons: [{ text: "View Details", href: "/" }],
|
||||
id: "1", title: "Dr. Priya Verma - General Checkup", subtitle: "Patient: Sofia Chen · 10:30 AM · Room 302", category: "General Medicine", value: "Confirmed", buttons: [{ text: "View Details", href: "/" }],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Dr. James Wilson - Follow-up Visit",
|
||||
subtitle: "Patient: Michael Johnson · 11:00 AM · Room 205",
|
||||
category: "Cardiology",
|
||||
value: "In Progress",
|
||||
buttons: [{ text: "View Details", href: "/" }],
|
||||
id: "2", title: "Dr. James Wilson - Follow-up Visit", subtitle: "Patient: Michael Johnson · 11:00 AM · Room 205", category: "Cardiology", value: "In Progress", buttons: [{ text: "View Details", href: "/" }],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Dr. Lisa Park - Pediatric Consultation",
|
||||
subtitle: "Patient: Emma Davis · 11:30 AM · Room 101",
|
||||
category: "Pediatrics",
|
||||
value: "Confirmed",
|
||||
buttons: [{ text: "View Details", href: "/" }],
|
||||
id: "3", title: "Dr. Lisa Park - Pediatric Consultation", subtitle: "Patient: Emma Davis · 11:30 AM · Room 101", category: "Pediatrics", value: "Confirmed", buttons: [{ text: "View Details", href: "/" }],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -231,7 +162,7 @@ export default function HomePage() {
|
||||
description="Dr. Rajesh Kapoor"
|
||||
subdescription="Consultation Room 3 - Ongoing"
|
||||
icon={Stethoscope}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/active-consultation-panel-showing-ongoin-1772727280305-47627853.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/active-consultation-panel-showing-ongoin-1772727280305-47627853.png"
|
||||
imageAlt="Active consultation session"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -244,59 +175,23 @@ export default function HomePage() {
|
||||
description="How clinics are improving patient care with Medionix"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Amelia Rodriguez",
|
||||
role: "Chief Medical Officer",
|
||||
company: "Central Health Clinic",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png?_wi=2",
|
||||
imageAlt: "Dr. Amelia Rodriguez",
|
||||
},
|
||||
id: "1", name: "Dr. Amelia Rodriguez", role: "Chief Medical Officer", company: "Central Health Clinic", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png", imageAlt: "Dr. Amelia Rodriguez"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Thompson",
|
||||
role: "Clinic Administrator",
|
||||
company: "Riverside Medical Center",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png?_wi=3",
|
||||
imageAlt: "Sarah Thompson",
|
||||
},
|
||||
id: "2", name: "Sarah Thompson", role: "Clinic Administrator", company: "Riverside Medical Center", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png", imageAlt: "Sarah Thompson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Vikram Mehta",
|
||||
role: "Medical Director",
|
||||
company: "Metropolitan Healthcare",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png?_wi=4",
|
||||
imageAlt: "Dr. Vikram Mehta",
|
||||
},
|
||||
id: "3", name: "Dr. Vikram Mehta", role: "Medical Director", company: "Metropolitan Healthcare", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png", imageAlt: "Dr. Vikram Mehta"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Lisa Chen",
|
||||
role: "Operations Manager",
|
||||
company: "City Medical Group",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png?_wi=5",
|
||||
imageAlt: "Lisa Chen",
|
||||
},
|
||||
id: "4", name: "Lisa Chen", role: "Operations Manager", company: "City Medical Group", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png", imageAlt: "Lisa Chen"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Dr. Hassan Al-Rashid",
|
||||
role: "Senior Physician",
|
||||
company: "Gulf Health Services",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png?_wi=6",
|
||||
imageAlt: "Dr. Hassan Al-Rashid",
|
||||
},
|
||||
id: "5", name: "Dr. Hassan Al-Rashid", role: "Senior Physician", company: "Gulf Health Services", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png", imageAlt: "Dr. Hassan Al-Rashid"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Margaret Murphy",
|
||||
role: "Practice Manager",
|
||||
company: "Community Care Partners",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png?_wi=7",
|
||||
imageAlt: "Margaret Murphy",
|
||||
},
|
||||
id: "6", name: "Margaret Murphy", role: "Practice Manager", company: "Community Care Partners", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png", imageAlt: "Margaret Murphy"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -307,7 +202,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png?_wi=8"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png"
|
||||
imageAlt="Healthcare clinic management platform"
|
||||
columns={footerColumns}
|
||||
logoText="MEDIONIX"
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function ProfilePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/" },
|
||||
{ label: "Security", href: "/" },
|
||||
@@ -27,8 +26,7 @@ export default function ProfilePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -36,8 +34,7 @@ export default function ProfilePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "API Reference", href: "/api" },
|
||||
{ label: "Support", href: "/support" },
|
||||
@@ -72,13 +69,13 @@ export default function ProfilePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="PROFILE SETTINGS"
|
||||
description="Manage your clinic profile, staff information, services, operating hours, and facility details. Keep your clinic information up-to-date for optimal patient experience and scheduling accuracy."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Edit Profile", href: "/" },
|
||||
{ text: "Manage Staff", href: "/" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/clinic-profile-management-dashboard-disp-1772727278496-539dc6bf.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/clinic-profile-management-dashboard-disp-1772727278496-539dc6bf.png"
|
||||
imageAlt="Clinic profile management interface"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -91,28 +88,13 @@ export default function ProfilePage() {
|
||||
description="Manage team members, roles, and permissions"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Dr. Sarah Mitchell",
|
||||
subtitle: "General Medicine Specialist · Joined 18 months ago",
|
||||
category: "General Medicine",
|
||||
value: "Active",
|
||||
buttons: [{ text: "Manage", href: "/" }],
|
||||
id: "1", title: "Dr. Sarah Mitchell", subtitle: "General Medicine Specialist · Joined 18 months ago", category: "General Medicine", value: "Active", buttons: [{ text: "Manage", href: "/" }],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Dr. Arjun Singh",
|
||||
subtitle: "Cardiology Specialist · Joined 8 months ago",
|
||||
category: "Cardiology",
|
||||
value: "Active",
|
||||
buttons: [{ text: "Manage", href: "/" }],
|
||||
id: "2", title: "Dr. Arjun Singh", subtitle: "Cardiology Specialist · Joined 8 months ago", category: "Cardiology", value: "Active", buttons: [{ text: "Manage", href: "/" }],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Nurse Coordinator - Jennifer Lee",
|
||||
subtitle: "Patient Care Coordinator · Joined 5 months ago",
|
||||
category: "Nursing",
|
||||
value: "Active",
|
||||
buttons: [{ text: "Manage", href: "/" }],
|
||||
id: "3", title: "Nurse Coordinator - Jennifer Lee", subtitle: "Patient Care Coordinator · Joined 5 months ago", category: "Nursing", value: "Active", buttons: [{ text: "Manage", href: "/" }],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -123,7 +105,7 @@ export default function ProfilePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/clinic-profile-management-dashboard-disp-1772727278496-539dc6bf.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/clinic-profile-management-dashboard-disp-1772727278496-539dc6bf.png"
|
||||
imageAlt="Clinic profile management dashboard"
|
||||
columns={footerColumns}
|
||||
logoText="MEDIONIX"
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function RegistrationPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/" },
|
||||
{ label: "Security", href: "/" },
|
||||
@@ -27,8 +26,7 @@ export default function RegistrationPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -36,8 +34,7 @@ export default function RegistrationPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "API Reference", href: "/api" },
|
||||
{ label: "Support", href: "/support" },
|
||||
@@ -72,13 +69,13 @@ export default function RegistrationPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="CLINIC SETUP"
|
||||
description="Register your healthcare facility with Medionix and start managing patient care efficiently. Complete facility information, staff setup, and compliance requirements in a few simple steps."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Start Registration", href: "/" },
|
||||
{ text: "View Requirements", href: "/" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-professional-clinic-registration-form--1772727278688-9a3c62f0.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-professional-clinic-registration-form--1772727278688-9a3c62f0.png"
|
||||
imageAlt="Clinic registration form interface"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -91,35 +88,17 @@ export default function RegistrationPage() {
|
||||
description="Answers to common questions about clinic registration and onboarding"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What information is required for clinic registration?",
|
||||
content: "You'll need to provide your clinic name, address, contact details, license number, operating hours, and primary medical specialties. Additionally, you'll set up an administrator account and confirm compliance with local healthcare regulations.",
|
||||
},
|
||||
id: "1", title: "What information is required for clinic registration?", content: "You'll need to provide your clinic name, address, contact details, license number, operating hours, and primary medical specialties. Additionally, you'll set up an administrator account and confirm compliance with local healthcare regulations."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does the registration process take?",
|
||||
content: "The registration typically takes 15-30 minutes. After submission, our team reviews your information within 24 hours. Once verified, your clinic can start accepting patients immediately.",
|
||||
},
|
||||
id: "2", title: "How long does the registration process take?", content: "The registration typically takes 15-30 minutes. After submission, our team reviews your information within 24 hours. Once verified, your clinic can start accepting patients immediately."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What compliance requirements apply to my clinic?",
|
||||
content: "Medionix supports HIPAA compliance (US), GDPR (EU), and other regional healthcare data protection standards. We provide compliance tools and documentation to help you maintain regulatory requirements.",
|
||||
},
|
||||
id: "3", title: "What compliance requirements apply to my clinic?", content: "Medionix supports HIPAA compliance (US), GDPR (EU), and other regional healthcare data protection standards. We provide compliance tools and documentation to help you maintain regulatory requirements."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I add multiple staff members after registration?",
|
||||
content: "Yes, you can add unlimited staff members. During initial registration, set up the primary administrator account. After registration, you can add doctors, nurses, reception staff, and administrators from the Profile settings.",
|
||||
},
|
||||
id: "4", title: "Can I add multiple staff members after registration?", content: "Yes, you can add unlimited staff members. During initial registration, set up the primary administrator account. After registration, you can add doctors, nurses, reception staff, and administrators from the Profile settings."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What payment methods are accepted for clinic plans?",
|
||||
content: "We accept credit cards, bank transfers, and digital wallets. You can choose from monthly or annual billing. Enterprise clinics can arrange custom payment terms.",
|
||||
},
|
||||
id: "5", title: "What payment methods are accepted for clinic plans?", content: "We accept credit cards, bank transfers, and digital wallets. You can choose from monthly or annual billing. Enterprise clinics can arrange custom payment terms."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Is there a trial period available?",
|
||||
content: "Yes, new clinics receive a 30-day free trial with full platform access. No credit card is required. After the trial, select your subscription plan to continue.",
|
||||
},
|
||||
id: "6", title: "Is there a trial period available?", content: "Yes, new clinics receive a 30-day free trial with full platform access. No credit card is required. After the trial, select your subscription plan to continue."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -129,7 +108,7 @@ export default function RegistrationPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-professional-clinic-registration-form--1772727278688-9a3c62f0.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-professional-clinic-registration-form--1772727278688-9a3c62f0.png"
|
||||
imageAlt="Clinic registration setup interface"
|
||||
columns={footerColumns}
|
||||
logoText="MEDIONIX"
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function SupportPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/" },
|
||||
{ label: "Security", href: "/" },
|
||||
@@ -27,8 +26,7 @@ export default function SupportPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Blog", href: "/blog" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -36,8 +34,7 @@ export default function SupportPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{ label: "API Reference", href: "/api" },
|
||||
{ label: "Support", href: "/support" },
|
||||
@@ -72,13 +69,13 @@ export default function SupportPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="SUPPORT CENTER"
|
||||
description="Get fast, reliable support from our expert healthcare technology team. Access live chat, email support, knowledge base articles, and community forums to solve your issues quickly."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Contact Support", href: "/" },
|
||||
{ text: "Browse Knowledge Base", href: "/" },
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/healthcare-notification-system-showing-a-1772727282131-2e177e06.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/healthcare-notification-system-showing-a-1772727282131-2e177e06.png"
|
||||
imageAlt="Support notification system"
|
||||
frameStyle="browser"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -91,47 +88,17 @@ export default function SupportPage() {
|
||||
description="Multiple channels to get help when you need it"
|
||||
features={[
|
||||
{
|
||||
id: "live-chat",
|
||||
title: "Live Chat Support",
|
||||
description: "Connect instantly with our support team. Average response time under 2 minutes for urgent issues.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/healthcare-notification-system-showing-a-1772727282131-2e177e06.png?_wi=2",
|
||||
imageAlt: "Live chat support interface",
|
||||
},
|
||||
id: "live-chat", title: "Live Chat Support", description: "Connect instantly with our support team. Average response time under 2 minutes for urgent issues.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/healthcare-notification-system-showing-a-1772727282131-2e177e06.png", imageAlt: "Live chat support interface"},
|
||||
{
|
||||
id: "email-support",
|
||||
title: "Email Support",
|
||||
description: "Send detailed queries to our support team. Typical response within 24 hours with comprehensive solutions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/healthcare-notification-system-showing-a-1772727282131-2e177e06.png?_wi=3",
|
||||
imageAlt: "Email support",
|
||||
},
|
||||
id: "email-support", title: "Email Support", description: "Send detailed queries to our support team. Typical response within 24 hours with comprehensive solutions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/healthcare-notification-system-showing-a-1772727282131-2e177e06.png", imageAlt: "Email support"},
|
||||
{
|
||||
id: "knowledge-base",
|
||||
title: "Knowledge Base",
|
||||
description: "Browse thousands of articles covering common issues and best practices. Self-serve solutions available 24/7.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png?_wi=11",
|
||||
imageAlt: "Knowledge base",
|
||||
},
|
||||
id: "knowledge-base", title: "Knowledge Base", description: "Browse thousands of articles covering common issues and best practices. Self-serve solutions available 24/7.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png", imageAlt: "Knowledge base"},
|
||||
{
|
||||
id: "community-forums",
|
||||
title: "Community Forums",
|
||||
description: "Connect with other clinic administrators and users. Share experiences and solutions with the community.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png?_wi=12",
|
||||
imageAlt: "Community forums",
|
||||
},
|
||||
id: "community-forums", title: "Community Forums", description: "Connect with other clinic administrators and users. Share experiences and solutions with the community.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png", imageAlt: "Community forums"},
|
||||
{
|
||||
id: "training-webinars",
|
||||
title: "Training Webinars",
|
||||
description: "Attend live training sessions hosted by our team. Learn new features and best practices directly from experts.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png?_wi=13",
|
||||
imageAlt: "Training webinars",
|
||||
},
|
||||
id: "training-webinars", title: "Training Webinars", description: "Attend live training sessions hosted by our team. Learn new features and best practices directly from experts.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/a-modern-healthcare-clinic-dashboard-int-1772727279206-d54b9a96.png", imageAlt: "Training webinars"},
|
||||
{
|
||||
id: "dedicated-support",
|
||||
title: "Dedicated Account Manager",
|
||||
description: "Enterprise clients receive a dedicated support contact. Priority issue resolution and custom onboarding sessions.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/healthcare-notification-system-showing-a-1772727282131-2e177e06.png?_wi=4",
|
||||
imageAlt: "Dedicated account manager",
|
||||
},
|
||||
id: "dedicated-support", title: "Dedicated Account Manager", description: "Enterprise clients receive a dedicated support contact. Priority issue resolution and custom onboarding sessions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/healthcare-notification-system-showing-a-1772727282131-2e177e06.png", imageAlt: "Dedicated account manager"},
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
animationType="slide-up"
|
||||
@@ -142,7 +109,7 @@ export default function SupportPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/healthcare-notification-system-showing-a-1772727282131-2e177e06.png?_wi=5"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AX7jQDxqi4n5gvlBqwsjnZnK3d/healthcare-notification-system-showing-a-1772727282131-2e177e06.png"
|
||||
imageAlt="Support center interface"
|
||||
columns={footerColumns}
|
||||
logoText="MEDIONIX"
|
||||
|
||||
Reference in New Issue
Block a user