From e257041bc2303064c52388b0c0f41b46120abb3c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:53:50 +0000 Subject: [PATCH 1/7] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f51bbd4..e88e61d 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -50,15 +50,15 @@ export default function ContactPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg?_wi=5", imageAlt: "Professional handyman ready to help", }, { - imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530711.jpg?_wi=6", imageAlt: "Expert tradesperson at work", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-giving-presentation-group-industrial-workers-factory_637285-4792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-businessman-giving-presentation-group-industrial-workers-factory_637285-4792.jpg?_wi=2", imageAlt: "Professional team collaboration", }, ]} @@ -85,28 +85,28 @@ export default function ContactPage() { id: "01", title: "Call Us Directly", description: "Quick response to your service requests. Our team is available to answer questions and schedule appointments at your convenience.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-tools-carpentry-table_23-2148643196.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-tools-carpentry-table_23-2148643196.jpg?_wi=6", imageAlt: "Direct phone contact service", }, { id: "02", title: "Fast Response Times", description: "We understand your time is valuable. Expect quick callbacks and efficient scheduling. Most requests answered within 2 business hours.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-ladder-balance_23-2149366706.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-ladder-balance_23-2149366706.jpg?_wi=6", imageAlt: "Fast response professional service", }, { id: "03", title: "Free Estimates", description: "No obligation quotes for your projects. We provide transparent pricing so you know exactly what to expect before work begins.", - imageSrc: "http://img.b2bpic.net/free-photo/frustrated-young-husband-wife-doing-paperwork-together-calculating-their-expenses-managing-bills-using-laptop-computer-calculator-modern-kitchen_273609-1677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/frustrated-young-husband-wife-doing-paperwork-together-calculating-their-expenses-managing-bills-using-laptop-computer-calculator-modern-kitchen_273609-1677.jpg?_wi=6", imageAlt: "Transparent estimate process", }, { id: "04", title: "Flexible Scheduling", description: "We work around your schedule. Early morning, evening, or weekend appointments available to minimize disruption to your daily routine.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-garage-sale_23-2150577001.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-garage-sale_23-2150577001.jpg?_wi=4", imageAlt: "Convenient scheduling options", }, ]} -- 2.49.1 From 853ee1358585bd10a4a61d7dd08861d464dedf59 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 18:53:51 +0000 Subject: [PATCH 2/7] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 32671a1..cdd1024 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Open_Sans } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Open_Sans } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const openSans = Open_Sans({ variable: "--font-open-sans", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Earl Boys Services LLC - Home Repair & Handyman Richmond VA", + description: "Professional handyman and home repair services in Richmond, VA. Plumbing, electrical, painting, flooring & more. Fast, reliable, affordable. Call 804-938-0669 for free estimate.", + keywords: "handyman Richmond VA, home repair services, plumbing services Richmond, electrical repair, home improvement Virginia", + metadataBase: new URL("https://earlboysservices.com"), + alternates: { + canonical: "https://earlboysservices.com", + }, + openGraph: { + title: "Earl Boys Services LLC - Richmond Home Repair Experts", + description: "Trusted local handyman and home services in Richmond, VA. Quality workmanship, fast response, fair pricing.", + url: "https://earlboysservices.com", + siteName: "Earl Boys Services LLC", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-wearing-helmet_23-2149328066.jpg", + alt: "Earl Boys Services - Professional Home Repair", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Professional Home Repair Services - Richmond, VA", + description: "Earl Boys Services LLC - Your trusted local handyman. Plumbing, electrical, painting & more.", + images: ["http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530711.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}