You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

17 lines
680 B

const Neo = () => {
return (
<div className="text-center bg-[white] rounded-xl">
<div>
<img src="public/images/neo.png" alt="آزمون نئو" loading="lazy" className="m-auto"/>
</div>
<p>سامانه جامع آزمون نئو</p>
<div className="font-xl mt-2">
<p>میتوانید اطلاعات(NEO)در سامانه جامع آزمون نئو</p>
<p>کاملی در مورد ویژگی های شخصیت 5 گانه یعنی</p>
<button className="mt-4">مشاهده مطلب</button>
</div>
</div>
);
}
export default Neo;