A Bolt inspired hero chat interface with a prompt input, model selector, glowing ray background, and modern dark UI for AI product landing pages.
import { BoltStyleChat } from "@/components/ui/bolt-style-chat"; export default function DemoOne() { return <BoltStyleChat />; }