import styles from "../styles/popular.module.css"; import Image from "next/image"; import Link from "next/link"; export default async function RecentDramas() { const popular = await getPopular(); return (
Recently Released
{item.title}