From d079ffe86a3fbde09aab8fef522e1dd8b7b2235b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:22:09 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f5520d1..5456241 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,31 +6,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const mulish = Mulish({ - variable: "--font-mulish", - subsets: ["latin"], + variable: "--font-mulish", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Richlands Pressure Washing | Professional Cleaning Services", - description: "Professional pressure washing services in Richlands, VA. Fast service, affordable prices. Free quotes available. Call 276-555-0142 today!", - keywords: "pressure washing, power washing, house cleaning, driveway cleaning, Richlands VA", - openGraph: { - title: "Richlands Pressure Washing", - description: "Professional pressure washing services for homes and businesses in Richlands, VA", - url: "https://richlandspressure.com", - siteName: "Richlands Pressure Washing", - type: "website", - }, + title: "Richlands Pressure Washing | Professional Cleaning Services", description: "Professional pressure washing services in Richlands, VA. Fast service, affordable prices. Free quotes available. Call 276-555-0142 today!", keywords: "pressure washing, power washing, house cleaning, driveway cleaning, Richlands VA", openGraph: { + title: "Richlands Pressure Washing", description: "Professional pressure washing services for homes and businesses in Richlands, VA", url: "https://richlandspressure.com", siteName: "Richlands Pressure Washing", type: "website"}, twitter: { - card: "summary_large_image", - title: "Richlands Pressure Washing", - description: "Professional pressure washing services in Richlands, VA", - }, + card: "summary_large_image", title: "Richlands Pressure Washing", description: "Professional pressure washing services in Richlands, VA"}, robots: { index: true, follow: true, -- 2.49.1 From bada1c252ff84b0ff4411fafbfbee16d5533b255 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:22:15 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 90 ++++++++++++++---------------------------------- 1 file changed, 25 insertions(+), 65 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7f3b2d..d1d1eaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,17 +54,11 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=1", - imageAlt: "Professional pressure washing service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/person-wearing-yellow-rubber-boots-with-high-pressure-water-nozzle-cleaning-dirt-tiles_181624-23652.jpg?_wi=1", imageAlt: "Professional pressure washing service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg?_wi=1", - imageAlt: "Clean driveway after pressure washing", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-collects-leaves-cleans-park_1157-27412.jpg?_wi=1", imageAlt: "Clean driveway after pressure washing"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg?_wi=1", - imageAlt: "House exterior cleaning", - }, + imageSrc: "http://img.b2bpic.net/free-photo/man-doing-professional-home-cleaning-service_23-2150358979.jpg?_wi=1", imageAlt: "House exterior cleaning"}, ]} mediaAnimation="slide-up" /> @@ -75,15 +69,10 @@ export default function HomePage() { @@ -211,24 +174,21 @@ export default function HomePage() {