I built this meeting event form to simplify planning—capturing all key details like date, time, location, and attendees for smooth coordination and communication.
import MeetingSchedule from "@/components/ui/meeting-event-form"; export default function DemoOne() { return <MeetingSchedule />; }