Merge version_1 into main #5

Merged
bender merged 3 commits from version_1 into main 2026-03-24 03:57:22 +00:00
3 changed files with 12 additions and 12 deletions

View File

@@ -49,7 +49,7 @@ export default function AboutPage() {
useInvertedBackground={false}
title="Built on Trust, Not Shortcuts"
description="After seeing too many homeowners get burned by poor workmanship, Pedro built his business around doing things the right way—no shortcuts, no hidden problems left behind. Every job starts with a full inspection, clear explanation, and honest recommendation."
imageSrc="http://img.b2bpic.net/free-photo/young-man-looking-into-solid-fuel-boiler-working-with-biofuels-economical-heating-top-view_169016-14806.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-man-looking-into-solid-fuel-boiler-working-with-biofuels-economical-heating-top-view_169016-14806.jpg?_wi=2"
imageAlt="Pedro Lopez, a professional roofer on a roof, symbolizing trust and expertise"
/>
</div>

View File

@@ -95,16 +95,16 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Roof Repair", description: "Leak detection & permanent fixes. Emergency repairs when you need them most.", imageSrc: "http://img.b2bpic.net/free-photo/worker-performs-overhaul-roof-residential-building_181624-61003.jpg", imageAlt: "Close-up of a roofer repairing a damaged roof"},
title: "Roof Repair", description: "Leak detection & permanent fixes. Emergency repairs when you need them most.", imageSrc: "http://img.b2bpic.net/free-photo/worker-performs-overhaul-roof-residential-building_181624-61003.jpg?_wi=1", imageAlt: "Close-up of a roofer repairing a damaged roof"},
{
id: 2,
title: "Flashing Installation", description: "Expert installation for vents, skylights, and parapet walls to prevent long-term structural damage.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080188.jpg", imageAlt: "Roofer installing metal flashing around a chimney"},
title: "Flashing Installation", description: "Expert installation for vents, skylights, and parapet walls to prevent long-term structural damage.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080188.jpg?_wi=1", imageAlt: "Roofer installing metal flashing around a chimney"},
{
id: 3,
title: "Gutter Solutions", description: "Replacement & repair, plus drainage correction to eliminate ponding water and protect your foundation.", imageSrc: "http://img.b2bpic.net/free-photo/bleu-run-scarce-bathroom-washroom_1172-546.jpg", imageAlt: "Clean rain gutters on a house"},
title: "Gutter Solutions", description: "Replacement & repair, plus drainage correction to eliminate ponding water and protect your foundation.", imageSrc: "http://img.b2bpic.net/free-photo/bleu-run-scarce-bathroom-washroom_1172-546.jpg?_wi=1", imageAlt: "Clean rain gutters on a house"},
{
id: 4,
title: "Roof Coating", description: "Durable aluminum coating to extend your roof's lifespan and enhance energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg", imageAlt: "Application of protective roof coating"}
title: "Roof Coating", description: "Durable aluminum coating to extend your roof's lifespan and enhance energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg?_wi=1", imageAlt: "Application of protective roof coating"}
]}
title="Our Services"
description="Comprehensive roofing solutions designed for lasting protection and peace of mind."
@@ -175,7 +175,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Built on Trust, Not Shortcuts"
description="After seeing too many homeowners get burned by poor workmanship, Pedro built his business around doing things the right way—no shortcuts, no hidden problems left behind. Every job starts with a full inspection, clear explanation, and honest recommendation."
imageSrc="http://img.b2bpic.net/free-photo/young-man-looking-into-solid-fuel-boiler-working-with-biofuels-economical-heating-top-view_169016-14806.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-man-looking-into-solid-fuel-boiler-working-with-biofuels-economical-heating-top-view_169016-14806.jpg?_wi=1"
imageAlt="Pedro Lopez, a professional roofer on a roof, symbolizing trust and expertise"
/>
</div>
@@ -213,7 +213,7 @@ export default function LandingPage() {
{
id: "4", title: "Roof Coating", content: "Cost-effective alternative: Extend your roofs lifespan and avoid costly full replacements. Energy efficiency: Our high-quality aluminum coatings also improve insulation and reduce energy bills."}
]}
imageSrc="http://img.b2bpic.net/free-photo/man-workbench-using-manual-sandpaper-tool-sander-timber-block_482257-83762.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-workbench-using-manual-sandpaper-tool-sander-timber-block_482257-83762.jpg?_wi=1"
imageAlt="Close up of roof flashing installation"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -50,19 +50,19 @@ export default function ServicesPage() {
features={[
{
id: 1,
title: "Roof Repair", description: "Leak detection & permanent fixes. Emergency repairs when you need them most.", imageSrc: "http://img.b2bpic.net/free-photo/worker-performs-overhaul-roof-residential-building_181624-61003.jpg", imageAlt: "Close-up of a roofer repairing a damaged roof"
title: "Roof Repair", description: "Leak detection & permanent fixes. Emergency repairs when you need them most.", imageSrc: "http://img.b2bpic.net/free-photo/worker-performs-overhaul-roof-residential-building_181624-61003.jpg?_wi=2", imageAlt: "Close-up of a roofer repairing a damaged roof"
},
{
id: 2,
title: "Flashing Installation", description: "Expert installation for vents, skylights, and parapet walls to prevent long-term structural damage.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080188.jpg", imageAlt: "Roofer installing metal flashing around a chimney"
title: "Flashing Installation", description: "Expert installation for vents, skylights, and parapet walls to prevent long-term structural damage.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080188.jpg?_wi=2", imageAlt: "Roofer installing metal flashing around a chimney"
},
{
id: 3,
title: "Gutter Solutions", description: "Replacement & repair, plus drainage correction to eliminate ponding water and protect your foundation.", imageSrc: "http://img.b2bpic.net/free-photo/bleu-run-scarce-bathroom-washroom_1172-546.jpg", imageAlt: "Clean rain gutters on a house"
title: "Gutter Solutions", description: "Replacement & repair, plus drainage correction to eliminate ponding water and protect your foundation.", imageSrc: "http://img.b2bpic.net/free-photo/bleu-run-scarce-bathroom-washroom_1172-546.jpg?_wi=2", imageAlt: "Clean rain gutters on a house"
},
{
id: 4,
title: "Roof Coating", description: "Durable aluminum coating to extend your roof's lifespan and enhance energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg", imageAlt: "Application of protective roof coating"
title: "Roof Coating", description: "Durable aluminum coating to extend your roof's lifespan and enhance energy efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-japan-business-district_23-2148836784.jpg?_wi=2", imageAlt: "Application of protective roof coating"
}
]}
textboxLayout="default"
@@ -89,7 +89,7 @@ export default function ServicesPage() {
id: "4", title: "Roof Coating", content: "Cost-effective alternative: Extend your roofs lifespan and avoid costly full replacements. Energy efficiency: Our high-quality aluminum coatings also improve insulation and reduce energy bills."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/man-workbench-using-manual-sandpaper-tool-sander-timber-block_482257-83762.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-workbench-using-manual-sandpaper-tool-sander-timber-block_482257-83762.jpg?_wi=2"
imageAlt="Close up of roof flashing installation"
mediaAnimation="slide-up"
mediaPosition="right"