diff --git a/README.md b/README.md
index 4f439fa..1812e2a 100644
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@
This repository contains starter templates for [Learn Next.js](https://nextjs.org/learn).
-The final result for the basics lesson can be found in the [demo](demo) directory and is available at: [https://next-learn-starter.now.sh/](https://next-learn-starter.now.sh/).
\ No newline at end of file
+The final result for the basics lesson can be found in the [demo](demo) directory and is available at: [https://next-learn-starter.vercel.app/](https://next-learn-starter.vercel.app/).
diff --git a/api-routes-starter/components/layout.js b/api-routes-starter/components/layout.js
index 7c0f470..92f0214 100644
--- a/api-routes-starter/components/layout.js
+++ b/api-routes-starter/components/layout.js
@@ -1,4 +1,5 @@
import Head from 'next/head'
+import Image from 'next/image'
import styles from './layout.module.css'
import utilStyles from '../styles/utils.module.css'
import Link from 'next/link'
@@ -17,7 +18,7 @@ export default function Layout({ children, home }) {
/>
@@ -27,9 +28,12 @@ export default function Layout({ children, home }) {
{home ? (
<>
-
{name}
@@ -38,9 +42,12 @@ export default function Layout({ children, home }) {
<>
-
diff --git a/api-routes-starter/components/layout.module.css b/api-routes-starter/components/layout.module.css
index d0e3a8f..d2ea313 100644
--- a/api-routes-starter/components/layout.module.css
+++ b/api-routes-starter/components/layout.module.css
@@ -10,16 +10,6 @@
align-items: center;
}
-.headerImage {
- width: 6rem;
- height: 6rem;
-}
-
-.headerHomeImage {
- width: 8rem;
- height: 8rem;
-}
-
.backToHome {
margin: 3rem 0 0;
}
diff --git a/basics-final/components/layout.js b/basics-final/components/layout.js
index 7c0f470..92f0214 100644
--- a/basics-final/components/layout.js
+++ b/basics-final/components/layout.js
@@ -1,4 +1,5 @@
import Head from 'next/head'
+import Image from 'next/image'
import styles from './layout.module.css'
import utilStyles from '../styles/utils.module.css'
import Link from 'next/link'
@@ -17,7 +18,7 @@ export default function Layout({ children, home }) {
/>
@@ -27,9 +28,12 @@ export default function Layout({ children, home }) {
{home ? (
<>
-
{name}
@@ -38,9 +42,12 @@ export default function Layout({ children, home }) {
<>
-
diff --git a/basics-final/components/layout.module.css b/basics-final/components/layout.module.css
index d0e3a8f..d2ea313 100644
--- a/basics-final/components/layout.module.css
+++ b/basics-final/components/layout.module.css
@@ -10,16 +10,6 @@
align-items: center;
}
-.headerImage {
- width: 6rem;
- height: 6rem;
-}
-
-.headerHomeImage {
- width: 8rem;
- height: 8rem;
-}
-
.backToHome {
margin: 3rem 0 0;
}
diff --git a/data-fetching-starter/components/layout.js b/data-fetching-starter/components/layout.js
index 7c0f470..92f0214 100644
--- a/data-fetching-starter/components/layout.js
+++ b/data-fetching-starter/components/layout.js
@@ -1,4 +1,5 @@
import Head from 'next/head'
+import Image from 'next/image'
import styles from './layout.module.css'
import utilStyles from '../styles/utils.module.css'
import Link from 'next/link'
@@ -17,7 +18,7 @@ export default function Layout({ children, home }) {
/>
@@ -27,9 +28,12 @@ export default function Layout({ children, home }) {
{home ? (
<>
-
{name}
@@ -38,9 +42,12 @@ export default function Layout({ children, home }) {
<>
-
diff --git a/data-fetching-starter/components/layout.module.css b/data-fetching-starter/components/layout.module.css
index d0e3a8f..d2ea313 100644
--- a/data-fetching-starter/components/layout.module.css
+++ b/data-fetching-starter/components/layout.module.css
@@ -10,16 +10,6 @@
align-items: center;
}
-.headerImage {
- width: 6rem;
- height: 6rem;
-}
-
-.headerHomeImage {
- width: 8rem;
- height: 8rem;
-}
-
.backToHome {
margin: 3rem 0 0;
}
diff --git a/demo/components/layout.js b/demo/components/layout.js
index d593402..a8fa999 100644
--- a/demo/components/layout.js
+++ b/demo/components/layout.js
@@ -1,4 +1,5 @@
import Head from 'next/head'
+import Image from 'next/image'
import styles from './layout.module.css'
import utilStyles from '../styles/utils.module.css'
import Link from 'next/link'
@@ -17,7 +18,7 @@ export default function Layout({ children, home }) {
/>
@@ -27,9 +28,12 @@ export default function Layout({ children, home }) {
{home ? (
<>
-
{name}
@@ -38,9 +42,12 @@ export default function Layout({ children, home }) {
<>
-
diff --git a/demo/components/layout.module.css b/demo/components/layout.module.css
index d0e3a8f..d2ea313 100644
--- a/demo/components/layout.module.css
+++ b/demo/components/layout.module.css
@@ -10,16 +10,6 @@
align-items: center;
}
-.headerImage {
- width: 6rem;
- height: 6rem;
-}
-
-.headerHomeImage {
- width: 8rem;
- height: 8rem;
-}
-
.backToHome {
margin: 3rem 0 0;
}
diff --git a/dynamic-routes-starter/components/layout.js b/dynamic-routes-starter/components/layout.js
index 7c0f470..92f0214 100644
--- a/dynamic-routes-starter/components/layout.js
+++ b/dynamic-routes-starter/components/layout.js
@@ -1,4 +1,5 @@
import Head from 'next/head'
+import Image from 'next/image'
import styles from './layout.module.css'
import utilStyles from '../styles/utils.module.css'
import Link from 'next/link'
@@ -17,7 +18,7 @@ export default function Layout({ children, home }) {
/>
@@ -27,9 +28,12 @@ export default function Layout({ children, home }) {
{home ? (
<>
-
{name}
@@ -38,9 +42,12 @@ export default function Layout({ children, home }) {
<>
-
diff --git a/dynamic-routes-starter/components/layout.module.css b/dynamic-routes-starter/components/layout.module.css
index d0e3a8f..d2ea313 100644
--- a/dynamic-routes-starter/components/layout.module.css
+++ b/dynamic-routes-starter/components/layout.module.css
@@ -10,16 +10,6 @@
align-items: center;
}
-.headerImage {
- width: 6rem;
- height: 6rem;
-}
-
-.headerHomeImage {
- width: 8rem;
- height: 8rem;
-}
-
.backToHome {
margin: 3rem 0 0;
}
diff --git a/dynamic-routes-step-1/components/layout.js b/dynamic-routes-step-1/components/layout.js
index 7c0f470..92f0214 100644
--- a/dynamic-routes-step-1/components/layout.js
+++ b/dynamic-routes-step-1/components/layout.js
@@ -1,4 +1,5 @@
import Head from 'next/head'
+import Image from 'next/image'
import styles from './layout.module.css'
import utilStyles from '../styles/utils.module.css'
import Link from 'next/link'
@@ -17,7 +18,7 @@ export default function Layout({ children, home }) {
/>
@@ -27,9 +28,12 @@ export default function Layout({ children, home }) {
{home ? (
<>
-