diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 22b84e1..89173f3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,13 @@ -import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "./globals.css"; +import type { Metadata } from 'next'; +import { Inter } from 'next/font/google'; +import './globals.css'; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ['latin'] }); export const metadata: Metadata = { - title: "KBC - North Indian Restaurant in Vijayapura", description: "Experience authentic North Indian cuisine at KBC. Premium butter chicken, paneer butter masala, tandoori specialties, and traditional biryani in Vijayapura."}; + title: 'KBC - Authentic North Indian Cuisine', + description: 'Experience premium North Indian dining at KBC Restaurant in Vijayapura', +}; export default function RootLayout({ children, @@ -16,7 +16,7 @@ export default function RootLayout({ }) { return ( -
{children} + {children}