Merge version_1 into main #2
@@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import { Star } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function LabPage() {
|
||||
@@ -31,9 +32,7 @@ export default function LabPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Login",
|
||||
href: "/login",
|
||||
}}
|
||||
text: "Login", href: "/login"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -72,26 +71,11 @@ export default function LabPage() {
|
||||
tag="Lab Portal"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Test Order Management",
|
||||
description: "Streamlined test requisition, priority ordering, stat test handling, and automated sample tracking throughout the testing process",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lab-doctor-performing-medical-exam-urine_23-2149372017.jpg?_wi=3",
|
||||
imageAlt: "laboratory test results management system",
|
||||
},
|
||||
id: "01", title: "Test Order Management", description: "Streamlined test requisition, priority ordering, stat test handling, and automated sample tracking throughout the testing process", imageSrc: "http://img.b2bpic.net/free-photo/lab-doctor-performing-medical-exam-urine_23-2149372017.jpg", imageAlt: "laboratory test results management system"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Result Distribution",
|
||||
description: "Secure result delivery to physicians and patients, automated notifications, HIPAA-compliant archiving, and result interpretation support",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg?_wi=2",
|
||||
imageAlt: "healthcare analytics dashboard reporting",
|
||||
},
|
||||
id: "02", title: "Result Distribution", description: "Secure result delivery to physicians and patients, automated notifications, HIPAA-compliant archiving, and result interpretation support", imageSrc: "http://img.b2bpic.net/free-photo/physician-meeting-with-patient-discuss-medical-test-results-cabinet_482257-118507.jpg", imageAlt: "healthcare analytics dashboard reporting"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Imaging Worklist",
|
||||
description: "Digital imaging coordination, DICOM integration, modality scheduling, technician assignment, and radiologist worklist management",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-physician-examining-x-ray-test-results-his-medical-cabinet_482257-118113.jpg?_wi=3",
|
||||
imageAlt: "healthcare notification system alerts",
|
||||
},
|
||||
id: "03", title: "Imaging Worklist", description: "Digital imaging coordination, DICOM integration, modality scheduling, technician assignment, and radiologist worklist management", imageSrc: "http://img.b2bpic.net/free-photo/male-physician-examining-x-ray-test-results-his-medical-cabinet_482257-118113.jpg", imageAlt: "healthcare notification system alerts"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -108,51 +92,17 @@ export default function LabPage() {
|
||||
tag="Add-On Pricing"
|
||||
plans={[
|
||||
{
|
||||
id: "lab-basic",
|
||||
badge: "Basic",
|
||||
price: "$149/mo",
|
||||
subtitle: "Small to medium labs",
|
||||
features: [
|
||||
"Test order management",
|
||||
"Basic result tracking",
|
||||
"Email result delivery",
|
||||
"Limited imaging support",
|
||||
"Standard reports",
|
||||
"Email support",
|
||||
],
|
||||
id: "lab-basic", badge: "Basic", price: "$149/mo", subtitle: "Small to medium labs", features: [
|
||||
"Test order management", "Basic result tracking", "Email result delivery", "Limited imaging support", "Standard reports", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "lab-advanced",
|
||||
badge: "Most Popular",
|
||||
badgeIcon: "Star",
|
||||
price: "$299/mo",
|
||||
subtitle: "Full-service laboratories",
|
||||
features: [
|
||||
"All Basic features",
|
||||
"Advanced result analysis",
|
||||
"DICOM imaging integration",
|
||||
"Automated notifications",
|
||||
"Pathology reports",
|
||||
"Multi-department support",
|
||||
"Priority support",
|
||||
"API access",
|
||||
],
|
||||
id: "lab-advanced", badge: "Most Popular", badgeIcon: Star,
|
||||
price: "$299/mo", subtitle: "Full-service laboratories", features: [
|
||||
"All Basic features", "Advanced result analysis", "DICOM imaging integration", "Automated notifications", "Pathology reports", "Multi-department support", "Priority support", "API access"],
|
||||
},
|
||||
{
|
||||
id: "lab-enterprise",
|
||||
badge: "Enterprise",
|
||||
price: "Custom",
|
||||
subtitle: "Large diagnostic networks",
|
||||
features: [
|
||||
"All Advanced features",
|
||||
"Unlimited locations",
|
||||
"Advanced analytics",
|
||||
"Custom integrations",
|
||||
"Equipment connectivity",
|
||||
"Dedicated support team",
|
||||
"SLA guarantee",
|
||||
"On-premises deployment",
|
||||
],
|
||||
id: "lab-enterprise", badge: "Enterprise", price: "Custom", subtitle: "Large diagnostic networks", features: [
|
||||
"All Advanced features", "Unlimited locations", "Advanced analytics", "Custom integrations", "Equipment connectivity", "Dedicated support team", "SLA guarantee", "On-premises deployment"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
||||
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
|
||||
import { Star } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function PharmacyPage() {
|
||||
@@ -31,9 +32,7 @@ export default function PharmacyPage() {
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "Login",
|
||||
href: "/login",
|
||||
}}
|
||||
text: "Login", href: "/login"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -72,26 +71,11 @@ export default function PharmacyPage() {
|
||||
tag="Pharmacy Portal"
|
||||
features={[
|
||||
{
|
||||
id: "01",
|
||||
title: "Inventory Management",
|
||||
description: "Real-time stock tracking, automated low-stock alerts, expiry date monitoring, and batch management",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg?_wi=4",
|
||||
imageAlt: "Pharmacy inventory management system",
|
||||
},
|
||||
id: "01", title: "Inventory Management", description: "Real-time stock tracking, automated low-stock alerts, expiry date monitoring, and batch management", imageSrc: "http://img.b2bpic.net/free-photo/old-woman-asking-general-practitioner-about-disease-prevention-new-treatment_482257-122784.jpg", imageAlt: "Pharmacy inventory management system"},
|
||||
{
|
||||
id: "02",
|
||||
title: "Prescription Processing",
|
||||
description: "Automated prescription fulfillment, patient-specific medication history, drug interaction checks, and dosage verification",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg?_wi=6",
|
||||
imageAlt: "Prescription processing workflow",
|
||||
},
|
||||
id: "02", title: "Prescription Processing", description: "Automated prescription fulfillment, patient-specific medication history, drug interaction checks, and dosage verification", imageSrc: "http://img.b2bpic.net/free-vector/medical-booking-app-template_23-2148587798.jpg", imageAlt: "Prescription processing workflow"},
|
||||
{
|
||||
id: "03",
|
||||
title: "Supplier Integration",
|
||||
description: "Automated ordering, supplier management, purchase history, and cost tracking for pharmaceutical supplies",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg?_wi=3",
|
||||
imageAlt: "Supplier integration dashboard",
|
||||
},
|
||||
id: "03", title: "Supplier Integration", description: "Automated ordering, supplier management, purchase history, and cost tracking for pharmaceutical supplies", imageSrc: "http://img.b2bpic.net/free-photo/ceo-management-team-gathering-boardroom-project-briefing_482257-122918.jpg", imageAlt: "Supplier integration dashboard"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -108,48 +92,17 @@ export default function PharmacyPage() {
|
||||
tag="Add-On Pricing"
|
||||
plans={[
|
||||
{
|
||||
id: "pharmacy-basic",
|
||||
badge: "Basic",
|
||||
price: "$99/mo",
|
||||
subtitle: "Small pharmacy operations",
|
||||
features: [
|
||||
"Inventory tracking",
|
||||
"Basic prescription logging",
|
||||
"Stock alerts",
|
||||
"Limited supplier connections",
|
||||
"Email support",
|
||||
],
|
||||
id: "pharmacy-basic", badge: "Basic", price: "$99/mo", subtitle: "Small pharmacy operations", features: [
|
||||
"Inventory tracking", "Basic prescription logging", "Stock alerts", "Limited supplier connections", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "pharmacy-standard",
|
||||
badge: "Recommended",
|
||||
badgeIcon: "Star",
|
||||
price: "$199/mo",
|
||||
subtitle: "Medium to large pharmacies",
|
||||
features: [
|
||||
"All Basic features",
|
||||
"Advanced prescription management",
|
||||
"Automated reordering",
|
||||
"Multiple supplier integration",
|
||||
"Expiry date tracking",
|
||||
"Drug interaction checking",
|
||||
"Priority support",
|
||||
],
|
||||
id: "pharmacy-standard", badge: "Recommended", badgeIcon: Star,
|
||||
price: "$199/mo", subtitle: "Medium to large pharmacies", features: [
|
||||
"All Basic features", "Advanced prescription management", "Automated reordering", "Multiple supplier integration", "Expiry date tracking", "Drug interaction checking", "Priority support"],
|
||||
},
|
||||
{
|
||||
id: "pharmacy-enterprise",
|
||||
badge: "Enterprise",
|
||||
price: "Custom",
|
||||
subtitle: "Multi-location pharmacy chains",
|
||||
features: [
|
||||
"All Standard features",
|
||||
"Unlimited locations",
|
||||
"Advanced analytics",
|
||||
"Custom integrations",
|
||||
"Multi-warehouse management",
|
||||
"Dedicated support",
|
||||
"SLA guarantee",
|
||||
],
|
||||
id: "pharmacy-enterprise", badge: "Enterprise", price: "Custom", subtitle: "Multi-location pharmacy chains", features: [
|
||||
"All Standard features", "Unlimited locations", "Advanced analytics", "Custom integrations", "Multi-warehouse management", "Dedicated support", "SLA guarantee"],
|
||||
},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user