From 5985e0ca214a152ffc654c46b825f58f9607d9cd Mon Sep 17 00:00:00 2001 From: bendtherules Date: Mon, 17 Jul 2023 10:12:21 +0530 Subject: [PATCH] Add metadata --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5732299..e5becde 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,8 +5,9 @@ import { Inter } from "next/font/google"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", + title: "Multimeter speaker", + description: + "Speaker for bluetooth DMMs like Aneng-9002, BSIDE ZT-300AB, ZOYI ZT-300AB, BABATools AD-900 ", }; export default function RootLayout({