1
1
import Head from 'next/head' ;
2
2
import Image from 'next/image' ;
3
3
import { Inter } from '@next/font/google' ;
4
- import styles from '../styles/Home.module.css' ;
5
4
6
5
const inter = Inter ( { subsets : [ 'latin' ] } ) ;
7
6
@@ -12,13 +11,12 @@ export default function Home() {
12
11
< title > Create Next App</ title >
13
12
< meta name = "description" content = "Generated by create next app" />
14
13
< meta name = "viewport" content = "width=device-width, initial-scale=1" />
15
- < link rel = "icon" href = "/favicon.ico" />
16
14
</ Head >
17
- < main className = { styles . main } >
18
- < div className = { styles . description } >
15
+ < main >
16
+ < div >
19
17
< p >
20
18
Get started by editing
21
- < code className = { styles . code } > pages/index.tsx</ code >
19
+ < code > pages/index.tsx</ code >
22
20
</ p >
23
21
< div >
24
22
< a
@@ -27,72 +25,53 @@ export default function Home() {
27
25
rel = "noopener noreferrer"
28
26
>
29
27
By{ ' ' }
30
- < Image
31
- src = "/vercel.svg"
32
- alt = "Vercel Logo"
33
- className = { styles . vercelLogo }
34
- width = { 100 }
35
- height = { 24 }
36
- priority
37
- />
38
28
</ a >
39
29
</ div >
40
30
</ div >
41
31
42
- < div className = { styles . center } >
43
- < Image className = { styles . logo } src = "/next.svg" alt = "Next.js Logo" width = { 180 } height = { 37 } priority />
44
- < div className = { styles . thirteen } >
45
- < Image src = "/thirteen.svg" alt = "13" width = { 40 } height = { 31 } priority />
46
- </ div >
47
- </ div >
48
-
49
- < div className = { styles . grid } >
32
+ < div >
50
33
< a
51
34
href = "https://nextjs.org/docs?utm_source=create-next-app& utm_medium = default - template & utm_campaign = create - next - app "
52
- className = { styles . card }
53
35
target = "_blank"
54
36
rel = "noopener noreferrer"
55
37
>
56
- < h2 className = { inter . className } >
38
+ < h2 >
57
39
Docs < span > -></ span >
58
40
</ h2 >
59
- < p className = { inter . className } > Find in-depth information about Next.js features and API.</ p >
41
+ < p > Find in-depth information about Next.js features and API.</ p >
60
42
</ a >
61
43
62
44
< a
63
45
href = "https://nextjs.org/learn?utm_source=create-next-app& utm_medium = default - template & utm_campaign = create - next - app "
64
- className = { styles . card }
65
46
target = "_blank"
66
47
rel = "noopener noreferrer"
67
48
>
68
- < h2 className = { inter . className } >
49
+ < h2 >
69
50
Learn < span > -></ span >
70
51
</ h2 >
71
- < p className = { inter . className } > Learn about Next.js in an interactive course with quizzes!</ p >
52
+ < p > Learn about Next.js in an interactive course with quizzes!</ p >
72
53
</ a >
73
54
74
55
< a
75
56
href = "https://vercel.com/templates?framework=next.js& utm_source = create - next - app & utm_medium = default - template & utm_campaign = create - next - app "
76
- className = { styles . card }
77
57
target = "_blank"
78
58
rel = "noopener noreferrer"
79
59
>
80
- < h2 className = { inter . className } >
60
+ < h2 >
81
61
Templates < span > -></ span >
82
62
</ h2 >
83
- < p className = { inter . className } > Discover and deploy boilerplate example Next.js projects.</ p >
63
+ < p > Discover and deploy boilerplate example Next.js projects.</ p >
84
64
</ a >
85
65
86
66
< a
87
67
href = "https://vercel.com/new?utm_source=create-next-app& utm_medium = default - template & utm_campaign = create - next - app "
88
- className = { styles . card }
89
68
target = "_blank"
90
69
rel = "noopener noreferrer"
91
70
>
92
- < h2 className = { inter . className } >
71
+ < h2 >
93
72
Deploy < span > -></ span >
94
73
</ h2 >
95
- < p className = { inter . className } > Instantly deploy your Next.js site to a shareable URL with Vercel.</ p >
74
+ < p > Instantly deploy your Next.js site to a shareable URL with Vercel.</ p >
96
75
</ a >
97
76
</ div >
98
77
</ main >
0 commit comments