import Image from "next/image" import { Item, ItemContent, ItemDescription, ItemGroup, ItemMedia, ItemTitle, } from "@/examples/base/ui/item" const music = [ { title: "Midnight City Lights", artist: "Neon Dreams", album: "Electric Nights", duration: "3:45", }, { title: "Coffee Shop Conversations", artist: "The Morning Brew", album: "Urban Stories", duration: "4:05", }, { title: "Digital Rain", artist: "Cyber Symphony", album: "Binary Beats", duration: "3:30", }, ] export function ItemImage() { return (