parent
eae8cfd193
commit
422f4a07f8
3 changed files with 18 additions and 0 deletions
@ -0,0 +1,3 @@ |
|||||||
|
.TrustContainer{ |
||||||
|
margin-top:25px; |
||||||
|
} |
@ -0,0 +1,13 @@ |
|||||||
|
import React from "react"; |
||||||
|
|
||||||
|
import './trustUs.css'; |
||||||
|
|
||||||
|
const TrustUsContainer = () => { |
||||||
|
return( |
||||||
|
<div className="TrustContainer"> |
||||||
|
تراست |
||||||
|
</div> |
||||||
|
); |
||||||
|
}; |
||||||
|
|
||||||
|
export default TrustUsContainer; |
Loading…
Reference in new issue