Skip to content

Commit e37f40a

Browse files
committed
Work in Progress
1 parent ab64a48 commit e37f40a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

pages/index.js

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
import Head from 'next/head'
2+
import { DeveloperPaths, Hero, Projects } from '../components/Home'
3+
14
export default function Home() {
2-
return <div className='underline'>Hello World</div>
5+
return (
6+
<div className=''>
7+
<Head>
8+
<title>WebXDAO</title>
9+
</Head>
10+
<Hero />
11+
<Projects />
12+
<DeveloperPaths />
13+
</div>
14+
)
315
}

0 commit comments

Comments
 (0)