From 3accbb337b0e25f4f0835cb7f0de95f42a26a76e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:35:24 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 427c834..2cbfcfe 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,8 +9,7 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Lotus Food Market", description: "Your neighborhood market with flavors from around the world" -}; + title: "Lotus Food Market", description: "Your neighborhood market with flavors from around the world"}; export default function RootLayout({ children,