"use client"; import { motion } from "framer-motion"; import { Pill, Zap, Users, ClipboardCheck } from "lucide-react"; export default function AIPrescription() { return (
Smart Fulfillment

End-to-End AI Prescription Ecosystem

From the doctor's desk to the patient's door. Skyheal automates the entire prescription lifecycle, ensuring safety, compliance, and convenience.

{[ { icon: Zap, text: "Instant Pharmacy Integration", label: "Smart Link" }, { icon: Users, text: "Patient Medication Management", label: "Care Portal" }, { icon: ClipboardCheck, text: "Automatic Drug Interaction Checks", label: "Safety First" } ].map((item, i) => (
{item.label}

{item.text}

))}

Prescription Portal

Active Session

Verified
{[1, 2].map((_, i) => (
))}
); }