A glowing chat input
import { Component } from "@/components/ui/glowing-chat-input"; export default function DemoOne() { return <Component />; }