From 01bc5618bed13413e87b78b9fb9b555674aa5eca Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:04:02 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fdf13d4..15d6ecc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} \ No newline at end of file +} -- 2.49.1 From 30ed3bf0b862e025590d5a425f08e15202edf2ba Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 18:04:03 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 148 ++++++++++++++--------------------------------- 1 file changed, 42 insertions(+), 106 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 11d530f..94486c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,19 +42,18 @@ export default function HomePage() { { name: "Contact", id: "/contact" }, ]} button={{ - text: "Get Started", - href: "/contact", - }} + text: "Get Started", href: "/contact"}} />
); -} \ No newline at end of file +} -- 2.49.1