diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 85b9ece..a8446bf 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -62,8 +62,8 @@ const Index = () => { type="file" accept=".glb" className="hidden" - onChange={handleFileUpload} - /> + onChange={handleFileUpload} /> + {/* Logo area */}
@@ -84,8 +84,8 @@ const Index = () => { - {model && ( -
+ {model && +
@@ -122,45 +122,45 @@ const Index = () => {
- )} + } {/* Enter viewer */} {/* XR Status */}
- {xrSupported === null ? ( - <> + {xrSupported === null ? + <> Verificando suporte WebXR… - - ) : xrSupported ? ( - <> + : + xrSupported ? + <> WebXR Compatível — Passthrough disponível - - ) : ( - <> + : + + <> WebXR não disponível neste navegador - )} + }
{/* Footer */}

- TrackkSteelXR v1.0 — Advance Steel Inspection + TrackSteelXR v1.0 — Q.C. Inspection

-
- ); +
); + }; -export default Index; +export default Index; \ No newline at end of file