An interactive location card with a subtle 3D tilt that expands on click to reveal real map tiles, coordinates, and a location marker.
import { LocationMap } from "@/components/ui/expanded-map"; export default function ExpandedMapDemo() { return ( <div className="flex items-center justify-center p-12"> <LocationMap /> </div> ); }