update home page bg & style
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import React from 'react'
|
||||
|
||||
function SignInPage() {
|
||||
return (
|
||||
<div className='rounded-[16px] border border-solid border-[#EFEFEF] bg-[#FFF] p-[40px] pb-[48px]'>
|
||||
<p className='text-[#525252] text-[18px] font-bold'>ورود یا ثبت نام در نوبت 724</p>
|
||||
<div className='flex flex-col justify-center gap-[24px] mt-[48px] items-center'>
|
||||
<p className='text-[#616161] text-[14px] font-normal'>شماره همراه خود را وارد نمایید.</p>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default SignInPage
|
||||
Reference in New Issue
Block a user