'use client'; import { Canvas } from '@react-three/fiber'; import { OrbitControls, Stage, ContactShadows, Environment } from '@react-three/drei'; import { Suspense } from 'react'; import { Model } from './Model'; import { motion } from 'framer-motion'; export default function ShowcaseCanvas() { return ( // Added 'bg-zinc-50' and a subtle 'bg-grid' style pattern // Replace your div className with this:
{/* 3D Canvas */} {/* UI Overlay */}

AIR JORDAN 1

Engineered for performance and style. Experience the pinnacle of sneaker culture.

$170.00
); }