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