Update src/app/layout.tsx

This commit is contained in:
2026-03-08 09:07:05 +00:00
parent 8bc84e3ee7
commit 575ef47998

View File

@@ -5,7 +5,8 @@ import "@/styles/globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Premium Restaurant", description: "Experience fine dining excellence"};
title: "Premium Restaurant", description: "Experience fine dining excellence"
};
export default function RootLayout({
children,