From 86edacd7cc9d181f8bcac936dd23378399125951 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 01:57:29 +0000 Subject: [PATCH] Visual edit in Lovable Edited UI in Lovable --- src/pages/Index.tsx | 58 ++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 29 deletions(-) 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