import styles from "./trending.module.css"; import Image from "next/image"; import Link from "next/link"; import { preFetchAnimeInfo } from "../videoLinkfetcher"; export default async function Trending() { const data = await test(); preFetchAnimeInfo(data); return (
Trending
{item.title}