import Image from "next/image"; import styles from "./page.module.css"; import Footer from "./components/footer/page"; export default function Home() { return (
Logo

Hey there, welcome to Dramalama. We are excited to have you on board.

); }