From bf023d6846a0ed5cea5f8b27ac8759435ee5ea2f Mon Sep 17 00:00:00 2001 From: "mihailo.vojinovic" Date: Wed, 4 Feb 2026 14:27:36 +0100 Subject: Remove boilerplate --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/app/layout.tsx') diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f7fa87e..42cf8c3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -13,8 +13,8 @@ const geistMono = Geist_Mono({ }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Free Invoices", + description: "Generate invoices for free", }; export default function RootLayout({ -- cgit v1.3.1