import React from "react"; interface ArabicDecorationProps { children: React.ReactNode; className?: string; } export function ArabicDecoration({ children, className = "" }: ArabicDecorationProps) { return (