From eb493e7893f1629a4d5f347b7457601f51483146 Mon Sep 17 00:00:00 2001 From: Jakub Knetl Date: Wed, 27 Dec 2023 14:11:58 +0100 Subject: [PATCH] Chapter 3 - add responsive image --- app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/page.tsx b/app/page.tsx index 48aaecc..f5831e2 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -3,6 +3,7 @@ import AcmeLogo from '@/app/ui/acme-logo'; import { ArrowRightIcon } from '@heroicons/react/24/outline'; import Link from 'next/link'; import {lusitana} from "@/app/ui/fonts"; +import Image from 'next/image'; export default function Page() { return ( @@ -30,6 +31,13 @@ export default function Page() {
{/* Add Hero Images Here */} + Screenshots of the dashboard project showing desktop version