Update src/app/layout.tsx

This commit is contained in:
2026-03-06 07:12:35 +00:00
parent 5b09108ee0
commit 2439d8f01e

View File

@@ -9,7 +9,8 @@ const inter = Inter({
});
export const metadata: Metadata = {
title: "Savoria - Premium Restaurant", description: "Experience culinary excellence at Savoria"};
title: "Restaurant Demo - Premium Dining Experience", description: "Experience culinary excellence at Restaurant Demo"
};
export default function RootLayout({
children,