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}