Remove header section from Index page for a cleaner layout

This commit is contained in:
2025-11-22 00:52:26 +01:00
parent b0b9602d37
commit 2da71be457

View File

@@ -35,13 +35,6 @@ const Index = () => {
return (
<Layout>
<div className="container mx-auto px-4 py-6">
<div className="mb-6">
<h1 className="text-3xl font-bold mb-2">Picture Feed</h1>
<p className="text-muted-foreground">
Discover amazing pictures shared on Nostr
</p>
</div>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
{isLoading ? (
// Loading skeletons