refactor: Update application title and description to reflect new branding as LockLoad

This commit is contained in:
2025-10-16 10:35:15 +02:00
parent e890881221
commit 3a9b29c158
2 changed files with 3 additions and 3 deletions

View File

@@ -13,8 +13,8 @@ const geistMono = Geist_Mono({
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Create Next App", title: "LockLoad",
description: "Generated by create next app", description: "Securely upload and share files.",
}; };
export default function RootLayout({ 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"> <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="w-full max-w-xl">
<div className="text-center mb-8"> <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> <p className="text-lg text-gray-400">Upload large files, encrypted and stored on Discord. 7-day retention.</p>
</div> </div>