@@ -7,60 +7,54 @@ export default function Home() {
7
7
< div className = { styles . container } >
8
8
< Head >
9
9
< title > Create Next App</ title >
10
- < meta name = " description" content = " Generated by create next app" />
11
- < link rel = " icon" href = " /favicon.ico" />
10
+ < meta name = ' description' content = ' Generated by create next app' />
11
+ < link rel = ' icon' href = ' /favicon.ico' />
12
12
</ Head >
13
13
14
14
< main className = { styles . main } >
15
15
< h1 className = { styles . title } >
16
- Welcome to < a href = " https://nextjs.org" > Next.js!</ a >
16
+ Welcome to < a href = ' https://nextjs.org' > Next.js!</ a >
17
17
</ h1 >
18
18
19
19
< p className = { styles . description } >
20
- Get started by editing{ ' ' }
21
- < code className = { styles . code } > pages/index.js</ code >
20
+ Get started by editing < code className = { styles . code } > pages/index.js</ code >
22
21
</ p >
23
22
24
23
< div className = { styles . grid } >
25
- < a href = " https://nextjs.org/docs" className = { styles . card } >
24
+ < a href = ' https://nextjs.org/docs' className = { styles . card } >
26
25
< h2 > Documentation →</ h2 >
27
26
< p > Find in-depth information about Next.js features and API.</ p >
28
27
</ a >
29
28
30
- < a href = " https://nextjs.org/learn" className = { styles . card } >
29
+ < a href = ' https://nextjs.org/learn' className = { styles . card } >
31
30
< h2 > Learn →</ h2 >
32
31
< p > Learn about Next.js in an interactive course with quizzes!</ p >
33
32
</ a >
34
33
35
34
< a
36
- href = "https://github.com/vercel/next.js/tree/master/examples"
37
- className = { styles . card }
38
- >
35
+ href = 'https://github.com/vercel/next.js/tree/master/examples'
36
+ className = { styles . card } >
39
37
< h2 > Examples →</ h2 >
40
38
< p > Discover and deploy boilerplate example Next.js projects.</ p >
41
39
</ a >
42
40
43
41
< 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
- >
42
+ href = 'https://vercel.com/new?utm_source=create-next-app& utm_medium = default - template & utm_campaign = create - next - app '
43
+ className = { styles . card } >
47
44
< h2 > Deploy →</ h2 >
48
- < p >
49
- Instantly deploy your Next.js site to a public URL with Vercel.
50
- </ p >
45
+ < p > Instantly deploy your Next.js site to a public URL with Vercel.</ p >
51
46
</ a >
52
47
</ div >
53
48
</ main >
54
49
55
50
< footer className = { styles . footer } >
56
51
< 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
- >
52
+ href = 'https://vercel.com?utm_source=create-next-app& utm_medium = default - template & utm_campaign = create - next - app '
53
+ target = '_blank'
54
+ rel = 'noopener noreferrer' >
61
55
Powered by{ ' ' }
62
56
< span className = { styles . logo } >
63
- < Image src = " /vercel.svg" alt = " Vercel Logo" width = { 72 } height = { 16 } />
57
+ < Image src = ' /vercel.svg' alt = ' Vercel Logo' width = { 72 } height = { 16 } />
64
58
</ span >
65
59
</ a >
66
60
</ footer >
0 commit comments