import Image from "next/image"; import Link from "next/link"; import AcmeLogo from "@/app/ui/acme-logo"; import { lusitana } from "@/app/ui/fonts"; import styles from "@/app/ui/home.module.css"; 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
Screenshots of the dashboard project showing desktop version Screenshots of the dashboard project showing mobile version
); }