/* eslint-disable @next/next/no-img-element */ "use client"; import React from "react"; type Props = { onClose: () => void; }; const imgImage1 = "/imgs/image-1.png"; const imgContainer = "/imgs/certificate-container.png"; const img = "/imgs/certificate-asset.svg"; const img1 = "/imgs/certificate-asset-1.svg"; export default function FigmaCertificateContent({ onClose }: Props) { return (

수료증

제 2025-N0055L3

{`수 료 증`}

{`소 속 :`}

XR LMS

{`성 명 :`}

김하늘

생 년 월 일 :

1994-10-17

교 육 과 정 :

(2025년) 방사선작업종사자 직장교육(신규) 9월

교 육 기 간 :

2025-09-01 ~ 2025-09-30, 4시간

수 료 일 자 :

2025-09-26

위 사람은 우리 협회가 진행한

『(2025년) 방사선작업종사자 직장교육(신규)_9월』 과정을 수료하였으므로 이 수료증을 수여함.

2025년 10월 21일

XR LMS

); }