import { Avatar, Button, Card, CardBody, CardFooter, CardHeader, Popover, PopoverTrigger, PopoverContent, Button, User, } from "@heroui/react"; export const UserTwitterCard = () => { const [isFollowed, setIsFollowed] = React.useState(false); return (

Zoey Lang

@zoeylang

Full-stack developer, @hero_ui lover she/her 🎉

4

Following

97.1K

Followers

); }; export default function App() { return ( ); }