diff --git a/src/components/home/Models.tsx b/src/components/home/Models.tsx index a995cc9..8be62c8 100644 --- a/src/components/home/Models.tsx +++ b/src/components/home/Models.tsx @@ -29,8 +29,8 @@ export function Models() { heroRef.current.position.y = THREE.MathUtils.lerp(0, 10, offset * 3); heroRef.current.position.x = THREE.MathUtils.lerp(3, -5, offset * 3); - // GEE_TIN increased by 50% (0.05 -> 0.075) - const scaleBase = 0.075; + // GEE_TIN increased by 300% (0.05 -> 0.15) + const scaleBase = 0.15; heroRef.current.scale.setScalar(THREE.MathUtils.lerp(scaleBase, 0, offset * 3)); } @@ -41,7 +41,8 @@ export function Models() { featureRef.current.position.y = THREE.MathUtils.lerp(-10, 0, featureProgress); featureRef.current.position.x = THREE.MathUtils.lerp(-5, -2, featureProgress); - const scaleBase = 0.05; + // MAA_Bottle increased by 300% (0.05 -> 0.15) + const scaleBase = 0.15; if (offset > 0.6) { const exitProgress = (offset - 0.6) * 3; featureRef.current.position.y = THREE.MathUtils.lerp(0, 10, exitProgress); diff --git a/src/components/home/Overlay.tsx b/src/components/home/Overlay.tsx index 3cf00c0..19a20d2 100644 --- a/src/components/home/Overlay.tsx +++ b/src/components/home/Overlay.tsx @@ -31,48 +31,52 @@ export function Overlay() { {/* Section 1: Hero */}
-
- - Next-Gen 3D Configurator +
+
+ + Next-Gen 3D Configurator +
+

+ Build The Future in 3D. +

+

+ An ultra-premium, AI-driven platform to visualize, construct, and deploy stunning 3D assets directly in your browser. +

+
-

- Build The Future in 3D. -

-

- An ultra-premium, AI-driven platform to visualize, construct, and deploy stunning 3D assets directly in your browser. -

-
{/* Section 2: Features */}
-

- Unleash Unprecedented Power. -

- -
-
-
-

Real-time Rendering

-

Experience photorealistic materials and lighting instantly.

+
+

+ Unleash Unprecedented Power. +

+ +
+
+
+

Real-time Rendering

+

Experience photorealistic materials and lighting instantly.

+
+
+ +
-
- -
-
-
-
-

AI Asset Generation

-

Turn text prompts into high-fidelity 3D models in seconds.

-
-
- +
+
+

AI Asset Generation

+

Turn text prompts into high-fidelity 3D models in seconds.

+
+
+ +
@@ -82,19 +86,21 @@ export function Overlay() {
- -

- Ready to Deploy? -

-

- Join elite creators building the next generation of spatial computing experiences. -

- +
+ +

+ Ready to Deploy? +

+

+ Join elite creators building the next generation of spatial computing experiences. +

+ +