"use client" import Image from "next/image" import { Popover } from "@/ui/popover" import { Icons } from "@/components/icons" import { siteConfig } from "@/config/site" import OgImage from "public/og.jpg" export function Help() { return ( Toggle
Screenshot

This app is a work in progress. I'm building this in public.

You can follow the progress on Twitter{" "} @shadcn {" "} or on{" "} GitHub .

) }