You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/index.js
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
importLinkfrom'next/link';
2
+
importTwoColumnfrom'../components/TwoColumn';
2
3
importstylesfrom'../styles/Home.module.scss';
3
4
4
5
exportdefaultfunctionHome(){
@@ -12,8 +13,14 @@ export default function Home() {
12
13
more...
13
14
</p>
14
15
</div>
15
-
<hrclassName={styles.divider}/>
16
16
17
+
<TwoColumn
18
+
title="Let's grow together."
19
+
image="/images/home-two-column-image.jpg"
20
+
content="The Web Dev Path is a team of professional developers project that aims to provide a comprehensive path for people who seek to begin their web development journey. "
0 commit comments