Update src/app/services/page.tsx

This commit is contained in:
2026-03-24 03:57:18 +00:00
parent b7fb252418
commit 77c636bc39

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"