Skip to content

Commit

Permalink
feat(pages): add contact me
Browse files Browse the repository at this point in the history
  • Loading branch information
codingcodax committed Jul 23, 2024
1 parent 1ff2e62 commit 99924d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/www/src/app/(main)/about/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { NextPage } from 'next';

import { Hero } from '~/app/(main)/_components/Hero';
import { ContactMe } from '../_components/ContactMe';
import { Block, BlockContent, BlockTitle } from './_components/Block';
import { DateLabel } from './_components/DateLabel';
import {
Expand Down Expand Up @@ -129,6 +130,8 @@ const About: NextPage = () => {
</div>
</BlockContent>
</Block>

<ContactMe variant='collapsed' />
</main>
);
};
Expand Down

0 comments on commit 99924d3

Please sign in to comment.