import { Card, CardHeader, CardBody, Divider, Link } from "@nextui-org/react";
import Image from "next/image";
export default async function Home() {
const homePageCards = (title) => {
return (
//
//
//
//
//
//
{title}
//
// dramalama/{title}
//
//
//
//
//
// {message}
//
//
//
{title}
);
};
return (
{homePageCards("anime")}
{homePageCards("movies")}
{homePageCards("kdrama")}
{homePageCards("web-series")}
);
}
// Test push