3 Commits

Author SHA1 Message Date
726edc3e90 Update src/app/page.tsx 2026-03-10 04:58:48 +00:00
386fa9e82e Update src/app/layout.tsx 2026-03-10 04:58:47 +00:00
50830086dc Merge version_2 into main
Merge version_2 into main
2026-03-10 04:56:52 +00:00
2 changed files with 2 additions and 3 deletions

View File

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

View File

@@ -203,4 +203,4 @@ export default function HomePage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }