"use client"; import Image from "next/image"; import { Button } from "@/components/ui/button"; import { useModal } from "@/app/_providers/modal/provider"; import CreateCalendarEvent from "@/components/Modals/CreateCalendarEvent"; export default function BecomeACreator() { const modal = useModal(); return (
creator icons

Create Events on Nostr

Start organizing your events an calendar on directly on Nostr. Seamlessly collect payments and engage with your community.
); }