page about us & page contact us and responsive
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
import Image from 'next/image'
|
||||
import React from 'react'
|
||||
|
||||
function Head() {
|
||||
return (
|
||||
<div className='bg-[#5559C2] rounded-lg w-full py-[24px] flex flex-col items-center justify-center gap-[16px]'>
|
||||
<Image
|
||||
src='/assets/images/logo-2.png'
|
||||
height={46}
|
||||
width={46}
|
||||
alt='logo'
|
||||
/>
|
||||
<p className="text-[#FAFAFA] text-[24px] font-bold">درباره نوبت ۷۲۴</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
export default Head
|
||||
Reference in New Issue
Block a user