From bb8d42d6529ce25657654af36d879502906d7e77 Mon Sep 17 00:00:00 2001 From: schererleander Date: Thu, 25 Dec 2025 23:37:15 +0000 Subject: feat(meta): change metadata --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/layout.tsx') diff --git a/app/layout.tsx b/app/layout.tsx index 36ca80c..604079a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -6,8 +6,8 @@ import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "߸ Leander Scherer", + description: "Hey I'm Leander, a computer science student passionate about hardware and software, building 3D printing projects and learning Nix.", }; export default function Layout({ -- cgit v1.3.1