4 Commits

Author SHA1 Message Date
3accbb337b Update src/app/layout.tsx 2026-03-04 01:35:24 +00:00
d4d909d2df Merge version_9 into main
Merge version_9 into main
2026-03-04 01:33:28 +00:00
b1531a44f6 Update src/app/layout.tsx 2026-03-04 01:33:24 +00:00
08eb78a15d Switch to version 6: modified src/app/layout.tsx 2026-03-04 01:30:43 +00:00

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,