diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2cbfcfe..427c834 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,7 +9,8 @@ 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,