Update src/app/layout.tsx

This commit is contained in:
2026-03-06 18:04:02 +00:00
parent f21e008e58
commit 01bc5618be

View File

@@ -5,40 +5,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Mission Heights Water Company - Reliable Water Service",
description: "Mission Heights Water Company delivers reliable water service to our community. We're the result of a merger combining the strength and expertise of Banning Heights and Mission Heights.",
keywords: "water company, water service, water treatment, community utility, reliable water",
robots: {
title: "Mission Heights Water Company - Reliable Water Service", description: "Mission Heights Water Company delivers reliable water service to our community. We're the result of a merger combining the strength and expertise of Banning Heights and Mission Heights.", keywords: "water company, water service, water treatment, community utility, reliable water", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Mission Heights Water Company",
description: "Dedicated to delivering clean, reliable water to our community with advanced treatment and exceptional service.",
type: "website",
siteName: "Mission Heights Water Company",
images: [
title: "Mission Heights Water Company", description: "Dedicated to delivering clean, reliable water to our community with advanced treatment and exceptional service.", type: "website", siteName: "Mission Heights Water Company", images: [
{
url: "http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg",
alt: "Mission Heights Water Company",
},
url: "http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg", alt: "Mission Heights Water Company"},
],
},
twitter: {
card: "summary_large_image",
title: "Mission Heights Water Company",
description: "Reliable water service for our growing community",
images: ["http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg"],
card: "summary_large_image", title: "Mission Heights Water Company", description: "Reliable water service for our growing community", images: ["http://img.b2bpic.net/free-photo/piping-circuit_1127-2080.jpg"],
},
};
@@ -1426,4 +1412,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}