"use client"; import Image from "next/image"; import type { AiHeartbeatRankOutput } from "@/services/home/types"; import Link from "next/link"; interface MostCrushItemProps { character: AiHeartbeatRankOutput; onClick?: () => void; } const MostCrushItem = ({ character, onClick }: MostCrushItemProps) => { return (
{character.introduction}