Fix metadata and footer

This commit is contained in:
2026-01-28 13:40:35 +01:00
parent 220fd39f1b
commit 91de1b43ef
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ const geistMono = Geist_Mono({
export const metadata: Metadata = {
title: "Gaertan Art",
description: "The bestest artworks",
description: "Portfolio, Artworks and Commission Requests",
};
export default function RootLayout({

View File

@ -1,5 +1,5 @@
export default function Footer() {
return (
<div>© 2025 by gaertan.art | All rights reserved</div>
<div>© 2026 by gaertan.art | All rights reserved</div>
);
}