main #1

Merged
devbeni merged 15 commits from main into legacy 2025-10-16 13:08:12 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 3a9b29c158 - Show all commits

View File

@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
});
export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "LockLoad",
description: "Securely upload and share files.",
};
export default function RootLayout({

View File

@@ -184,7 +184,7 @@ export default function Home() {
<main className="flex min-h-screen flex-col items-center justify-center p-6 bg-gray-900 text-white font-sans">
<div className="w-full max-w-xl">
<div className="text-center mb-8">
<h1 className="text-4xl font-bold">Discord Storage</h1>
<h1 className="text-4xl font-bold">LockLoad</h1>
<p className="text-lg text-gray-400">Upload large files, encrypted and stored on Discord. 7-day retention.</p>
</div>