This commit is contained in:
2024-04-08 16:04:12 +05:00
+13 -1
View File
@@ -17,7 +17,7 @@ function Infra2Page() {
}, []);
return (
<div className="absolute w-full h-full overflow-hidden">
<div className="scene absolute w-full h-full overflow-hidden">
<div
className="absolute left-0"
style={{ width: `${width}px`, height: `${width}px`, top: `-${top}px` }}
@@ -29,6 +29,18 @@ function Infra2Page() {
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>
</svg>
</div>
</div>
);