Update src/app/layout.tsx

This commit is contained in:
2026-03-03 19:43:59 +00:00
parent 431b1206fe
commit c508a50281

View File

@@ -7,7 +7,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "مطعم النجمه والهلال", description: "أفضل مطعم للإفطار المصري الأصيل مفتوح 24 ساعة"};
title: "مطعم النجمه والهلال", description: "أفضل مطعم للإفطار المصري الأصيل مفتوح 24 ساعة"
};
export default function RootLayout({
children,