diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 95c13fe..811eb1d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,10 +1,10 @@ import type { Metadata } from "next"; -import { Tag } from "@/components/common/Tag"; import "./styles/variables.css"; import "./styles/base.css"; export const metadata: Metadata = { - title: "Pure Sure - Professional Water Purification Services", description: "Professional RO water purifier installation, maintenance, and repair services. Expert technicians and certified products for pure water at your home."}; + title: "Pure Sure - Professional Water Purification Services", description: "Professional RO water purifier installation, maintenance, and repair services. Expert technicians and certified products for pure water at your home." +}; export default function RootLayout({ children, @@ -28,7 +28,6 @@ export default function RootLayout({ /> - {children}