import { cn } from "@/lib/utils"; import type { HTMLAttributes } from "react"; type EyebrowProps = HTMLAttributes; export function Eyebrow({ className, ...props }: EyebrowProps) { return
; } export function EyebrowMark({ className, ...props }: EyebrowProps) { return
; }