import AcmeLogo from "@/app/ui/acme-logo"; import { ArrowRightIcon } from "@heroicons/react/24/outline"; import Link from "next/link"; import styles from "@/app/ui/home.module.css"; import { lusitana, inter } from "./ui/fonts"; import Image from "next/image"; export default function Page() { return (
{/*

This is use the lusitana font

*/} {/*

This is use the inter font

*/} {/* Screenshots of the dashboard project showing desktop version */} {/*
*/} {/*
*/}

Welcome to Acme. This is the example for the{" "} Next.js Learn Course , brought to you by Vercel.

Log in
{/* Add Hero Images Here */} Screenshots of the dashboard project showing desktop version Screenshots of the dashboard project showing desktop version
); }