function Greeting(props) {
    return <h1>سلام، {props.name}</h1>;
}