import React, { useState } from "react";
import { motion } from "framer-motion";
import { Search, ShieldCheck, MapPin, BellRing, Users, PhoneCall, Radio, FileWarning, CheckCircle2, Activity, Lock, Hospital, Building2, Smartphone, Globe2, ArrowRight, UserRoundSearch } from "lucide-react";
import { Card, CardContent } from "@/components/ui/card";
import { Button } from "@/components/ui/button";
const alerts = [
{
type: "Missing Child",
level: "Critical",
location: "Dar es Salaam",
time: "12 min ago",
status: "Verified",
},
{
type: "Missing Adult",
level: "High",
location: "Morogoro Road",
time: "28 min ago",
status: "Under review",
},
{
type: "Elderly/Wandering Case",
level: "High",
location: "Kariakoo",
time: "41 min ago",
status: "Verified",
},
];
const steps = [
{
icon: FileWarning,
title: "Report a missing person",
text: "Family, police, hospital, school, or verified community agent submits a structured report with last known details.",
},
{
icon: ShieldCheck,
title: "Verify before broadcast",
text: "Trusted admins review identity, urgency, duplicates, consent, and evidence before public alert activation.",
},
{
icon: BellRing,
title: "Send emergency alerts",
text: "Verified alerts reach communities through app push, SMS, WhatsApp, USSD, radio partners, and dashboards.",
},
{
icon: UserRoundSearch,
title: "Collect sightings safely",
text: "Citizens submit tips, locations, and media privately while responders manage follow-up from one dashboard.",
},
];
const channels = [
{ icon: Smartphone, label: "Mobile app" },
{ icon: PhoneCall, label: "SMS & USSD" },
{ icon: Radio, label: "Radio partners" },
{ icon: Globe2, label: "Web alerts" },
{ icon: Hospital, label: "Hospitals" },
{ icon: Building2, label: "Police & NGOs" },
];
export default function AlertUnidaInterface() {
const [active, setActive] = useState("Public Alert");
return (
UNIDA Alert
alert.unidatechs.com
Missing person emergency coordination platform
Faster alerts. Trusted reports. Safer returns.
UNIDA Alert is a real-time missing-person response interface for children, adults, elderly people, patients, and vulnerable individuals. It connects families, citizens, police, hospitals, NGOs, transport teams, and local responders through verified alerts and secure sighting reports.
Designed for families, responders, and institutions
The dashboard gives verified partners a shared operating view: active cases, priority level, last known location, sighting timeline, responder assignments, hospital checks, and impact reporting.