From 21ee6fd5d075b51f22c2abf3f467a7e2a82b2808 Mon Sep 17 00:00:00 2001 From: Delba de Oliveira Date: Tue, 3 Oct 2023 14:07:45 +0100 Subject: [PATCH] Update page.tsx --- dashboard/15-final/app/page.tsx | 66 ++++++++++++++++++++++----------- 1 file changed, 44 insertions(+), 22 deletions(-) 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 +
);