1
1
import Head from 'next/head'
2
- import Image from 'next/image '
2
+ import Link from 'next/link '
3
3
import styles from '../styles/Home.module.css'
4
4
5
5
export default function Home ( ) {
@@ -16,54 +16,8 @@ export default function Home() {
16
16
Welcome to < a href = "https://nextjs.org" > Next.js!</ a >
17
17
</ h1 >
18
18
19
- < p className = { styles . description } >
20
- Get started by editing{ ' ' }
21
- < code className = { styles . code } > pages/index.js</ code >
22
- </ p >
23
-
24
- < div className = { styles . grid } >
25
- < a href = "https://nextjs.org/docs" className = { styles . card } >
26
- < h2 > Documentation →</ h2 >
27
- < p > Find in-depth information about Next.js features and API.</ p >
28
- </ a >
29
-
30
- < a href = "https://nextjs.org/learn" className = { styles . card } >
31
- < h2 > Learn →</ h2 >
32
- < p > Learn about Next.js in an interactive course with quizzes!</ p >
33
- </ a >
34
-
35
- < a
36
- href = "https://github.com/vercel/next.js/tree/canary/examples"
37
- className = { styles . card }
38
- >
39
- < h2 > Examples →</ h2 >
40
- < p > Discover and deploy boilerplate example Next.js projects.</ p >
41
- </ a >
42
-
43
- < a
44
- href = "https://vercel.com/new?utm_source=create-next-app& utm_medium = default - template & utm_campaign = create - next - app "
45
- className = { styles . card }
46
- >
47
- < h2 > Deploy →</ h2 >
48
- < p >
49
- Instantly deploy your Next.js site to a public URL with Vercel.
50
- </ p >
51
- </ a >
52
- </ div >
19
+ < p > < Link href = "/shows/rewriteme" > Rewrite me</ Link > </ p >
53
20
</ main >
54
-
55
- < footer className = { styles . footer } >
56
- < a
57
- href = "https://vercel.com?utm_source=create-next-app& utm_medium = default - template & utm_campaign = create - next - app "
58
- target = "_blank"
59
- rel = "noopener noreferrer"
60
- >
61
- Powered by{ ' ' }
62
- < span className = { styles . logo } >
63
- < Image src = "/vercel.svg" alt = "Vercel Logo" width = { 72 } height = { 16 } />
64
- </ span >
65
- </ a >
66
- </ footer >
67
21
</ div >
68
22
)
69
23
}
0 commit comments