Skip to content

Commit 99924d3

Browse files
committed
feat(pages): add contact me
1 parent 1ff2e62 commit 99924d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/www/src/app/(main)/about/page.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { NextPage } from 'next';
22

33
import { Hero } from '~/app/(main)/_components/Hero';
4+
import { ContactMe } from '../_components/ContactMe';
45
import { Block, BlockContent, BlockTitle } from './_components/Block';
56
import { DateLabel } from './_components/DateLabel';
67
import {
@@ -129,6 +130,8 @@ const About: NextPage = () => {
129130
</div>
130131
</BlockContent>
131132
</Block>
133+
134+
<ContactMe variant='collapsed' />
132135
</main>
133136
);
134137
};

0 commit comments

Comments
 (0)