Merge version_2 into main #5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user