diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2e56c79..ca83524 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d8a2c9..fbea9a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -203,4 +203,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file