feat: add peaks of the balkan page
This commit is contained in:
@@ -16,7 +16,7 @@ const featuredPosts = posts.slice(0, 3);
|
||||
const otherPosts = posts.slice(3);
|
||||
---
|
||||
|
||||
<Layout title="Dude">
|
||||
<Layout title="Max Richter | Posts">
|
||||
{featuredPosts.map((post) => <HeroCard post={post} />)}
|
||||
|
||||
<div class="grid grid-cols-2 gap-4 mt-4">
|
||||
|
||||
Reference in New Issue
Block a user