Update page title in Index component for consistency

This commit is contained in:
2025-11-22 02:00:53 +01:00
parent 278c59fa5c
commit 0071dc0a8f

View File

@@ -9,7 +9,7 @@ import { Card, CardContent } from '@/components/ui/card';
const Index = () => {
useSeoMeta({
title: 'Picture Feed - LUMINA',
title: 'LUMINA',
description: 'Discover amazing pictures shared on Nostr.',
});