diff --git a/src/components/GlobeAppDemo.tsx b/src/components/GlobeAppDemo.tsx index 0137968..ecc6c7f 100644 --- a/src/components/GlobeAppDemo.tsx +++ b/src/components/GlobeAppDemo.tsx @@ -2,7 +2,7 @@ import React from "react"; export default function GlobeAppDemo() { return ( -
+
Preview of TrustAuthX app
diff --git a/src/components/GlobeCanvas.tsx b/src/components/GlobeCanvas.tsx index 6926880..74d2fca 100644 --- a/src/components/GlobeCanvas.tsx +++ b/src/components/GlobeCanvas.tsx @@ -37,11 +37,11 @@ export function GlobeCanvas({ children }: PropsWithChildren) { devicePixelRatio: 2, width: width * 2, height: width, - scale: 0.9, + scale: 0.85, phi: 0, theta: 0.2, dark: 1.1, - offset: [2100.66, 1800.0], + offset: [2100.66, 2400.0], diffuse: 3, mapSamples: 16000, mapBrightness: 1.8, @@ -82,7 +82,7 @@ export function GlobeCanvas({ children }: PropsWithChildren) { > {children}
-
+
{" "}
diff --git a/src/components/Landing.tsx b/src/components/Landing.tsx index c9c4838..77bc9f4 100644 --- a/src/components/Landing.tsx +++ b/src/components/Landing.tsx @@ -6,7 +6,7 @@ import GlobeAppDemo from "./GlobeAppDemo"; export function Landing() { return ( -
+

TrustAuthX