Skip to content

Commit 88d672d

Browse files
committed
feat(pages): add location component
1 parent eb8b716 commit 88d672d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { Button } from '@acme/ui/Button';
66
import { projects } from '~/config/projects';
77
import { CodingHours } from './_components/CodingHours';
88
import { Hero } from './_components/Hero';
9+
import { Location } from './_components/Location';
910
import {
1011
Project,
1112
ProjectContent,
@@ -56,9 +57,10 @@ const Home: NextPage = () => {
5657
<SectionDescription>A sneak peek of who I am</SectionDescription>
5758
</Section>
5859

59-
<div className='grid grid-cols-3 py-8'>
60+
<div className='grid grid-cols-3'>
6061
<TechStack />
6162
<CodingHours />
63+
<Location />
6264
</div>
6365
</div>
6466
);

0 commit comments

Comments
 (0)