Update src/app/layout.tsx

This commit is contained in:
2026-03-04 01:35:24 +00:00
parent d4d909d2df
commit 3accbb337b

View File

@@ -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,