Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import type { Metadata } from "next";
|
||||
import { ServiceWrapper } from "@/providers/service/ServiceWrapper";
|
||||
import { Tag } from "@/components/tag/Tag";
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Le Artisan Boulangerie", description: "A quaint, light-filled bakery offering classic pastries and global eats in a laid-back atmosphere."};
|
||||
title: "Le Artisan Boulangerie", description: "A quaint, light-filled bakery offering classic pastries and global eats in a laid-back atmosphere."
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
@@ -15,10 +14,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body className="bg-background text-foreground">
|
||||
<ServiceWrapper>
|
||||
{children}
|
||||
<Tag />
|
||||
</ServiceWrapper>
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
Reference in New Issue
Block a user