Skip to content

Commit c4f50b3

Browse files
Update index.js
1 parent 926f4d9 commit c4f50b3

File tree

1 file changed

+3
-34
lines changed

1 file changed

+3
-34
lines changed

pages/index.js

Lines changed: 3 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -6,50 +6,19 @@ export default function Home() {
66
return (
77
<div className={styles.container}>
88
<Head>
9-
<title>Create Next App</title>
9+
<title>CodeEdit</title>
1010
<meta name="description" content="Generated by create next app" />
1111
<link rel="icon" href="/favicon.ico" />
1212
</Head>
1313

1414
<main className={styles.main}>
1515
<h1 className={styles.title}>
16-
Welcome to <a href="https://nextjs.org">Next.js!</a>
16+
Elevate your editing experience.
1717
</h1>
1818

1919
<p className={styles.description}>
20-
Get started by editing{' '}
21-
<code className={styles.code}>pages/index.js</code>
20+
Open source, free forever. Coming soon. Consider <a href="https://github.com/CodeEditApp/CodeEdit">contributing</a>.
2221
</p>
23-
24-
<div className={styles.grid}>
25-
<a href="https://nextjs.org/docs" className={styles.card}>
26-
<h2>Documentation &rarr;</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 &rarr;</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 &rarr;</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 &rarr;</h2>
48-
<p>
49-
Instantly deploy your Next.js site to a public URL with Vercel.
50-
</p>
51-
</a>
52-
</div>
5322
</main>
5423

5524
<footer className={styles.footer}>

0 commit comments

Comments
 (0)