3 Commits

Author SHA1 Message Date
0cc76235e9 Update src/app/page.tsx 2026-03-05 16:37:21 +00:00
0b5513fb81 Update src/app/layout.tsx 2026-03-05 16:37:20 +00:00
4bcc0410f8 Merge version_1 into main
Merge version_1 into main
2026-03-05 16:35:23 +00:00
2 changed files with 8 additions and 6 deletions

View File

@@ -21,9 +21,11 @@ const sourceSans3 = Source_Sans_3({
export const metadata: Metadata = { 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 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: { 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({ export default function RootLayout({

View File

@@ -99,19 +99,19 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, 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, 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, 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, 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"
} }
]} ]}
/> />