Update src/app/layout.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user