From 0b5513fb81dce9545bb343c4fe542d152421536c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:37:20 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a0f2679..bf54353 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,9 +21,11 @@ const sourceSans3 = Source_Sans_3({ export const metadata: Metadata = { title: "The Roofing Pros | Professional Roofing Services Hawthorne, CA", description: "Expert roofing services in Hawthorne, CA. Roof replacement, repair, inspection & maintenance. Licensed & insured. Free estimates. Call (424) 444-8818.", keywords: "roofing, roof repair, roof replacement, Hawthorne CA, roofing contractor, professional roofer", openGraph: { - title: "The Roofing Pros - Professional Roofing Services", description: "Expert roofing solutions in Hawthorne, CA. Replacement, repair, inspection & maintenance services.", siteName: "The Roofing Pros", type: "website"}, + title: "The Roofing Pros - Professional Roofing Services", description: "Expert roofing solutions in Hawthorne, CA. Replacement, repair, inspection & maintenance services.", siteName: "The Roofing Pros", type: "website" + }, twitter: { - card: "summary_large_image", title: "The Roofing Pros | Hawthorne Roofing Services", description: "Professional roofing contractor in Hawthorne, CA. Free inspections available."}, + card: "summary_large_image", title: "The Roofing Pros | Hawthorne Roofing Services", description: "Professional roofing contractor in Hawthorne, CA. Free inspections available." + }, }; export default function RootLayout({ -- 2.49.1 From 0cc76235e9e41768a4172b95699a1afca3f86a0d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:37:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6de96d6..addfb87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,19 +99,19 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Installation", title: "Roof Replacement", subtitle: "Complete roof system replacement", description: "Expert installation of new roofing systems using premium materials. We handle everything from tear-off to finishing touches, ensuring your home is protected for decades to come.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=1", imageAlt: "roof replacement roofing installation construction workers" + tag: "Installation", title: "Roof Replacement", subtitle: "Modern Installation for Long-Lasting Protection", description: "Expert installation of new roofing systems using premium materials. We handle everything from tear-off to finishing touches, ensuring your home is protected for decades to come.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=1", imageAlt: "roof replacement roofing installation construction workers" }, { id: 2, - tag: "Maintenance", title: "Roof Repair", subtitle: "Fast and reliable repair services", description: "From leak repairs to shingle replacement, our skilled technicians quickly identify and fix roofing issues before they become major problems.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=2", imageAlt: "roof repair maintenance contractor fixing roof" + tag: "Maintenance", title: "Roof Repair", subtitle: "Quick Fixes That Prevent Costly Damage", description: "From leak repairs to shingle replacement, our skilled technicians quickly identify and fix roofing issues before they become major problems.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-with-drill_23-2148748770.jpg?_wi=2", imageAlt: "roof repair maintenance contractor fixing roof" }, { id: 3, - tag: "Assessment", title: "Inspections", subtitle: "Thorough professional inspections", description: "Comprehensive roof inspections to assess condition, identify potential issues, and provide detailed reports for insurance claims or property transactions.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "roof inspection professional inspection assessment contractor" + tag: "Assessment", title: "Inspections", subtitle: "Identify Issues Before They Become Expensive Problems", description: "Comprehensive roof inspections to assess condition, identify potential issues, and provide detailed reports for insurance claims or property transactions.", imageSrc: "http://img.b2bpic.net/free-photo/specialist-technician-professional-engineer-with-laptop-tablet-maintenance-checking-installing-solar-roof-panel-factory-rooftop-sunlight-engineers-team-survey-check-solar-panel-roof_609648-2202.jpg", imageAlt: "roof inspection professional inspection assessment contractor" }, { id: 4, - tag: "Protection", title: "Maintenance Plans", subtitle: "Preventative care programs", description: "Regular maintenance keeps your roof in peak condition. Our maintenance plans include seasonal inspections, cleaning, and minor repairs to extend roof lifespan.", imageSrc: "http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15605.jpg", imageAlt: "roof maintenance preventative care cleaning professional" + tag: "Protection", title: "Maintenance Plans", subtitle: "Regular Care That Extends Your Roof's Lifespan", description: "Regular maintenance keeps your roof in peak condition. Our maintenance plans include seasonal inspections, cleaning, and minor repairs to extend roof lifespan.", imageSrc: "http://img.b2bpic.net/free-photo/man-worker-firld-by-solar-panels_1303-15605.jpg", imageAlt: "roof maintenance preventative care cleaning professional" } ]} /> -- 2.49.1