import type { Metadata } from "next"; import "./globals.css"; export const metadata: Metadata = { title: "Golden Flame - Authentic Balkan Cuisine", description: "Experience authentic Balkan cuisine grilled to perfection at Golden Flame Restaurant."}; export default function RootLayout({ children, }: { children: React.ReactNode; }) { return (
{children}