diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 14b2cda..84c5db6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -8,19 +8,17 @@ import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], + variable: "--font-halant", subsets: ["latin"], weight: ["300", "400", "500", "600", "700"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: 'Bella Italia Ristorante - Authentic Italian Cuisine', - description: 'Experience the true taste of Italy at Bella Italia Ristorante. Savor traditional pasta, pizza, and exquisite wines in a cozy, authentic atmosphere.', + title: 'Bella Italia Ristorante - Authentische italienische Küche', + description: 'Erleben Sie den wahren Geschmack Italiens im Bella Italia Ristorante. Genießen Sie traditionelle Pasta, Pizza und exquisite Weine in einer gemütlichen, authentischen Atmosphäre.', }; export default function RootLayout({ @@ -29,10 +27,10 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + {children} @@ -45,4 +43,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file