diff --git a/dashboard/15-final/app/page.tsx b/dashboard/15-final/app/page.tsx index 5631ab1..9f19df0 100644 --- a/dashboard/15-final/app/page.tsx +++ b/dashboard/15-final/app/page.tsx @@ -1,30 +1,52 @@ -import BackgroundBlur from '@/app/ui/background-blur'; +import AcmeLogo from '@/app/ui/acme-logo'; +import { lusitana } from '@/app/ui/fonts'; import Image from 'next/image'; -import HeroImage from '@/public/hero.png'; import Link from 'next/link'; - +import { ArrowRightIcon } from '@heroicons/react/24/outline'; export default function Page() { return ( -
-
- -

- Acme -

-

- Welcome to Acme. This demo is part of the{' '} - Next.js Learn guide, brought - to you by Vercel. -

- - Log in - +
+
+
+ +
-
- Dashboard Hero +
+
+

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

+ + Log in + +
+
+ Dashboard Hero + Dashboard Hero +
);