From 76a8b708fc5e7a486e28c1289a3061e475166fe3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:35:54 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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}