From 8c4753e8bca0eff8809dff8a5add9f9b9936a335 Mon Sep 17 00:00:00 2001 From: Shay Patel Date: Sat, 26 Oct 2024 23:29:12 +0100 Subject: [PATCH] Update site metadata title to TicketChain --- app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index b0f9839..f626e95 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -20,8 +20,8 @@ const inter = Inter({ subsets: ['latin'] }); // }); export const metadata: Metadata = { - title: 'Ticket Chain', - description: 'A blockchain-based ticketing system.', + title: 'TicketChain', + description: 'A verifiable and immutable ticketing platform.', }; export default function RootLayout({