Skip to content

Commit

Permalink
Create page.tsx
Browse files Browse the repository at this point in the history
Signed-off-by: gitworkflows <118260833+gitworkflows@users.noreply.github.com>
  • Loading branch information
gitworkflows authored Apr 11, 2024
1 parent fab21bc commit cd4e002
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions solutions/blog/app/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
import { BlogPosts } from 'app/components/posts'

export default function Page() {
return (
<section>
<h1 className="mb-8 text-2xl font-semibold tracking-tighter">
My Portfolio
</h1>
<p className="mb-4">
{`I'm a Vim enthusiast and tab advocate, finding unmatched efficiency in
Vim's keystroke commands and tabs' flexibility for personal viewing
preferences. This extends to my support for static typing, where its
early error detection ensures cleaner code, and my preference for dark
mode, which eases long coding sessions by reducing eye strain.`}
</p>
<div className="my-8">
<BlogPosts />
</div>
</section>
)
}

1 comment on commit cd4e002

@vercel
Copy link

@vercel vercel bot commented on cd4e002 Apr 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hand-pickr – ./

hand-pickr.vercel.app
hand-pickr-devsec.vercel.app
hand-pickr-git-main-devsec.vercel.app

Please sign in to comment.