We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8b716 commit 88d672dCopy full SHA for 88d672d
apps/www/src/app/(main)/page.tsx
@@ -6,6 +6,7 @@ import { Button } from '@acme/ui/Button';
6
import { projects } from '~/config/projects';
7
import { CodingHours } from './_components/CodingHours';
8
import { Hero } from './_components/Hero';
9
+import { Location } from './_components/Location';
10
import {
11
Project,
12
ProjectContent,
@@ -56,9 +57,10 @@ const Home: NextPage = () => {
56
57
<SectionDescription>A sneak peek of who I am</SectionDescription>
58
</Section>
59
- <div className='grid grid-cols-3 py-8'>
60
+ <div className='grid grid-cols-3'>
61
<TechStack />
62
<CodingHours />
63
+ <Location />
64
</div>
65
66
);
0 commit comments