mirror of
https://github.com/velocitatem/cvfs.git
synced 2026-07-16 03:13:36 +00:00
Initial commit
This commit is contained in:
10
apps/webapp/src/app/blog/page.tsx
Normal file
10
apps/webapp/src/app/blog/page.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
export default function BlogPage() {
|
||||
return (
|
||||
<main className="mx-auto max-w-3xl px-6 py-16">
|
||||
<h1 className="text-3xl font-semibold tracking-tight">Blog</h1>
|
||||
<p className="mt-4 text-sm text-neutral-600">
|
||||
Publish product updates, engineering notes, and launch posts here.
|
||||
</p>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user