Update src/app/layout.tsx

This commit is contained in:
2026-03-09 04:51:02 +00:00
parent 93b1bb2ea9
commit 9ee09d81fa

View File

@@ -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({
</head>
<body className="bg-background text-foreground transition-colors duration-300">
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>