diff --git a/src/app/layout.tsx b/src/app/layout.tsx index be02112..91dd405 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - - {children} - - + {children}