import Image from "next/image"; import GLTFViewer from "@/components/GLTFViewer"; export default function Home() { return (
); }