This commit is contained in:
2024-04-08 16:03:00 +05:00
parent 34519c7fb9
commit fdcf8bf80b
+18 -22
View File
@@ -22,29 +22,25 @@ function Infra2Page() {
className="absolute left-0"
style={{ width: `${width}px`, height: `${width}px`, top: `-${top}px` }}
>
<div className="">
<img
width={`${width}px`}
height={`${width}px`}
src="/images/Infra/NKS_Infra_Orto_Box.png"
alt=""
className=""
/>
</div>
<div className="absolute top-0 left-0">
<svg
width="2160"
height="2160"
viewBox="0 0 2160 2160"
fill="none"
xmlns="http://www.w3.org/2000/svg"
className="w-full h-full"
>
<svg x={1000} y={1000}>
<rect width="81" height="81" rx="40.5" fill="white" />
</svg>
<img
width={`${width}px`}
height={`${width}px`}
src="/images/Infra/NKS_Infra_Orto_Box.png"
alt=""
className=""
/>
<svg
width="2160"
height="2160"
viewBox="0 0 2160 2160"
fill="none"
xmlns="http://www.w3.org/2000/svg"
className="absolute top-0 left-0 w-full h-full"
>
<svg x={1000} y={1000}>
<rect width="81" height="81" rx="40.5" fill="white" />
</svg>
</div>
</svg>
</div>
</div>
);