import React from "react"; import { motion } from "framer-motion"; import { Button } from "@/components/ui/button"; const Header = ({ logoUrl }) => { return (
شعار خبراء الرسم
); }; export default Header;