Update src/app/layout.tsx

This commit is contained in:
2026-03-10 04:58:47 +00:00
parent 50830086dc
commit 386fa9e82e

View File

@@ -1,4 +1,3 @@
export const metadata = {
title: "Cazadores Mexican Restaurant", description: "Authentic Mexican Food in Monticello"};
@@ -1379,4 +1378,4 @@ export default function RootLayout({
</body>
</html>
);
}
}