From 2439d8f01e79ecf2dfdf5f0d3d9fbed38c976e13 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:12:35 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 46ada86..7cbd571 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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,