removed hot posts

bc comments are not implemented yet
This commit is contained in:
2025-07-17 21:22:12 -04:00
parent 7f04dabf92
commit 742a10fb9b

View File

@@ -69,18 +69,6 @@ export default function PostPage({ data }: PageProps<PageData>) {
</div>
<PostCarousel posts={recentPosts} />
</section>
<section>
<div class="flex items-center gap-2 text-2xl text-white md:justify-start">
<hi.HiOutlineFire />
<h2 class="text-2xl font-bold text-white text-center lg:text-left">
Hot Posts
</h2>
</div>
<div className="text-lg font-thin italic mb-4 text-white text-center flex">
Making chaos look cool since forever
</div>
<PostCarousel posts={hotPosts} />
</section>
<section>
<div class="flex items-center gap-2 text-2xl text-white md:justify-start">
<hi.HiOutlineBolt />