import { Card, CardBody, CardFooter, Button, CardHeader, Divider, } from "@nextui-org/react"; import Image from "next/image"; import Link from "next/link"; export default async function Home() { const homePageCards = (title, image) => { return ( anime image

{title}

); }; return (

Welcome to


Dramalama

Dramalama is a platform which lets you stream your favourite content for free.

{/*
anime image

Anime

*/}
{homePageCards("anime", "todoroki.jpg")} {homePageCards("manga", "manga.jpg")}
{" "}
); } // Test push