import { useActionQuery } from "@agent-native/core/client/hooks"; import { IconArrowsShuffle, IconFeather, IconSearch } from "@tabler/icons-react"; import { useMemo, useState } from "react"; import { QuoteCard } from "@/components/quotes/QuoteCard"; import { SubmitQuoteDialog } from "@/components/quotes/SubmitQuoteDialog"; import { TagFilterBar } from "@/components/quotes/TagFilterBar"; import { Button } from "@/components/ui/button"; import { Input } from "@/components/ui/input"; import { Skeleton } from "@/components/ui/skeleton"; import { useVisitorId } from "@/lib/visitor-id"; export function meta() { return [ { title: "Verse — quotes drawn from poems" }, { name: "description", content: "Discover, search, and save quotes drawn from classic and community-submitted poems.", }, ]; } export function HydrateFallback() { return (
No quotes yet — be the first to submit one below.
)}Quotes drawn from poems — browse, search, and save your favorites.
No quotes match. Try a different search or tag.
) : (