|
|
@ -13,13 +13,21 @@ import tahmoores from '../../assets/images/tahmoores.png'; |
|
|
|
import sohrab from '../../assets/images/sohrab.png'; |
|
|
|
import sohrab from '../../assets/images/sohrab.png'; |
|
|
|
import gavazn from '../../assets/images/gavazn.png'; |
|
|
|
import gavazn from '../../assets/images/gavazn.png'; |
|
|
|
import babanoel from '../../assets/images/babanoel.png'; |
|
|
|
import babanoel from '../../assets/images/babanoel.png'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import StartButton from '../buttons/startBtn'; |
|
|
|
import StartButton from '../buttons/startBtn'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import smileyIcon from '../../assets/images/vuesax-linear-emoji-normal.png'; |
|
|
|
|
|
|
|
import fileIcon from '../../assets/images/vuesax-linear-attach-square.png'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import logoRiz from '../../assets/images/logo-riz.png'; |
|
|
|
import logoRiz from '../../assets/images/logo-riz.png'; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const MobileMockup = () => { |
|
|
|
const MobileMockup = () => { |
|
|
|
return ( |
|
|
|
return ( |
|
|
|
|
|
|
|
<div className='mobileMockupcontainer'> |
|
|
|
|
|
|
|
<div className='mobileMockUpStand'></div> |
|
|
|
<div className='mobileMockup'> |
|
|
|
<div className='mobileMockup'> |
|
|
|
<div className='firstSection'> |
|
|
|
<div className='firstSection'> |
|
|
|
<div> |
|
|
|
<div> |
|
|
@ -109,6 +117,15 @@ const MobileMockup = () => { |
|
|
|
<img src={logoRiz} /> |
|
|
|
<img src={logoRiz} /> |
|
|
|
نیرو گرفته از بازو |
|
|
|
نیرو گرفته از بازو |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div className="writeSth"> |
|
|
|
|
|
|
|
<input type='text' placeholder='پیامی بنویسید' /> |
|
|
|
|
|
|
|
<button> |
|
|
|
|
|
|
|
<img src={smileyIcon} /> |
|
|
|
|
|
|
|
<img src={fileIcon} /> |
|
|
|
|
|
|
|
</button> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
); |
|
|
|
); |
|
|
|
}; |
|
|
|
}; |
|
|
|