From 9ee09d81fa58bfc9a6019432c48596cc8046b802 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 04:51:02 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 82fe4ab..0a814d5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,10 +1,10 @@ import type { Metadata } from "next"; -import { Tag } from "@/components/utility/Tag"; import "./styles/variables.css"; import "./styles/base.css"; const metadata: Metadata = { - title: "Teyeb Délice - Bakery & Café in Tangier", description: "Experience authentic Moroccan bakery and café culture at Teyeb Délice. Fresh pastries, traditional breakfast, and specialty beverages in the heart of Tangier."}; + title: "Teyeb Délice - Bakery & Café in Tangier", description: "Experience authentic Moroccan bakery and café culture at Teyeb Délice. Fresh pastries, traditional breakfast, and specialty beverages in the heart of Tangier." +}; export { metadata }; @@ -32,7 +32,6 @@ export default function RootLayout({ - {children} -- 2.49.1