1 Commits

Author SHA1 Message Date
cb98aa92b8 Update src/app/page.tsx 2026-03-10 02:31:26 +00:00

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
useEffect(() => {
// Load Three.js and create 3D ambulance model
const loadThreeScene = async () => {
const { default: THREE } = await import("three");
const THREE = await import("three");
const { GLTFLoader } = await import("three/examples/jsm/loaders/GLTFLoader.js");
const { OrbitControls } = await import("three/examples/jsm/controls/OrbitControls.js");