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,