diff --git a/dashboard/starter-example/app/page.tsx b/dashboard/starter-example/app/page.tsx index 7b2739c..4aab0a2 100644 --- a/dashboard/starter-example/app/page.tsx +++ b/dashboard/starter-example/app/page.tsx @@ -1,12 +1,12 @@ import AcmeLogo from '@/app/ui/acme-logo'; - +import Link from 'next/link'; export default function Page() { return (
{/* */}
-
+

Welcome to Acme. This is the example for the{' '} @@ -15,12 +15,12 @@ export default function Page() { , brought to you by Vercel.

- Log in - +
{/* Add Hero Images Here */}