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

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 and mobile versions Screenshots of the dashboard project showing desktop and mobile versions
); }