Components
Editorial-style section opener: a short colored rule + uppercase label above a Playfair Display headline. Exports EditorialEyebrow (standalone) and EditorialSection (eyebrow + headline wrapper). Used to establish visual rhythm on landing pages and section headers.
Loading preview...
import EditorialEyebrow from "@/components/ui/editorial-eyebrow"
export default function Demo() {
return <EditorialEyebrow />
}