Skip to content

Commit 73325b1

Browse files
committed
feat: add contact page
1 parent 32b9a84 commit 73325b1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/pages/contact/index.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
import React from 'react'
2+
import Heading from '@components/molecules/Heading'
3+
4+
export default function Project() {
5+
return (
6+
<>
7+
<Heading
8+
title="Feel free to contact me."
9+
description="Email me on [email protected]. Github, LinkedIn, and Instagram Links are also available in below."
10+
></Heading>
11+
</>
12+
)
13+
}

0 commit comments

Comments
 (0)