change function and design page doctors & signin & signup & home & specialties & helper
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
import Image from "next/image";
|
||||
import Logo from "@/public/assets/images/logo.png";
|
||||
|
||||
function Poster() {
|
||||
return (
|
||||
<div className="bg-poster !pt-[32px] p-[24px]">
|
||||
<div className="flex items-center justify-start gap-[5px]">
|
||||
<Image src={Logo} width={30} height={30} alt="logo" />
|
||||
<p className="text-[#E7EEF6] text-[16px] font-bold">nobat724.com</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
export default Poster;
|
||||
Reference in New Issue
Block a user