diff --git a/README.md b/README.md
index 97544b7..2a44e2b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# LUMINA.rocks 📸
-
+
A modern, decentralized social media platform for images and pictures built on the Nostr protocol.
diff --git a/app/layout.tsx b/app/layout.tsx
index a4527a3..4973945 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -5,13 +5,10 @@ import { NostrProvider } from "nostr-react";
import { ThemeProvider } from "@/components/theme-provider";
import { TopNavigation } from "@/components/headerComponents/TopNavigation";
import BottomBar from "@/components/BottomBar";
-import { Inter } from "next/font/google";
import { Toaster } from "@/components/ui/toaster"
import Umami from "@/components/Umami";
import { useEffect, useState } from "react";
-const inter = Inter({ subsets: ["latin"] });
-
export default function RootLayout({
children,
}: Readonly<{
@@ -51,7 +48,7 @@ export default function RootLayout({
LUMINA
-
+
-
+
>
);
}
\ No newline at end of file
diff --git a/components/WelcomeContent.tsx b/components/WelcomeContent.tsx
new file mode 100644
index 0000000..e8e5866
--- /dev/null
+++ b/components/WelcomeContent.tsx
@@ -0,0 +1,83 @@
+import React from 'react';
+import { Card, CardHeader, CardTitle, CardContent, CardDescription } from '@/components/ui/card';
+import { ImageIcon, Users, Zap, Shield, Globe } from 'lucide-react';
+
+export function WelcomeContent() {
+ return (
+
+ {/* Main Welcome Section */}
+
+
Welcome to LUMINA
+
+ A decentralized social media platform for sharing images, built on the Nostr protocol
+
+
+
+ {/* What is LUMINA Section */}
+
+
+
+
+ What is LUMINA?
+
+
+ Your creative freedom, decentralized
+
+
+
+
+ LUMINA is a social media image platform that puts you in complete control of your content and connections.
+ Share your photos, discover amazing content, and connect with creators from around the world. All without
+ relying on centralized servers or corporations.
+
+
+
+
+
Social Connection
+
Follow creators and build communities
+
+
+
+
Bitcoin Integration
+
Support creators with Lightning Network
+
+
+
+
True Ownership
+
Your content, your data, your keys
+
+
+
+
+
+ {/* What is Nostr Section */}
+
+
+
+
+ What is Nostr?
+
+
+ The protocol powering LUMINA's decentralization
+
+
+
+
+ Nostr (Notes and Other Stuff Transmitted by Relays) is a simple, open protocol for creating
+ decentralized social networks. Instead of relying on a single company's servers, Nostr uses
+ a network of relays to distribute your content across the internet.
+
+
+
Key Benefits:
+
+ - • Censorship Resistant: No single entity can control or delete your content
+ - • Portable Identity: Your profile and followers work across all Nostr apps
+ - • Open Source: Transparent, community-driven development
+ - • Privacy Focused: You control what data you share and with whom
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index 2196b8d..e14e30b 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "lumina",
- "version": "0.1.27",
+ "version": "0.1.28",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "lumina",
- "version": "0.1.27",
+ "version": "0.1.28",
"dependencies": {
"@getalby/sdk": "^5.0.0",
"@hookform/resolvers": "^3.4.0",
diff --git a/package.json b/package.json
index ced7275..da1c467 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "lumina",
- "version": "0.1.27",
+ "version": "0.1.28",
"private": true,
"scripts": {
"dev": "next dev",