Update src/app/layout.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user