import { Container } from "@/components/ui/Container"; import { Reveal } from "@/components/ui/Reveal"; import { SOURCES } from "@/lib/constants"; export function SourceRow() { return (

Send it from anywhere. Instagram is just the easiest.

    {SOURCES.map((source) => (
  • {source}
  • ))}
); }