"Este componente adiciona um botão flutuante do WhatsApp com estilo neon, permitindo atendimento rápido direto no app."
// This is file with demos of your component // Each export is one usecase for your component import { Component } from "@/components/ui/bot-o-whats-app"; const DemoOne = () => { return <Component />; }; export { DemoOne };