Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-03-09 11:35:58 +00:00

View File

@@ -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({
/>
</head>
<body className="bg-background text-foreground">
<Tag />
{children}
<script