Update src/app/services/page.tsx

This commit is contained in:
2026-04-07 18:30:25 +00:00
parent fd0cead230
commit dc87a5289f

View File

@@ -41,9 +41,9 @@ export default function ServicesPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Roof Replacement & Installation", description: "High-quality installation for all roof types, ensuring durability and style.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg", imageAlt: "Roofing" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg", imageAlt: "Roofing" } },
{ title: "Repair & Inspection", description: "Comprehensive roof inspections and fast, reliable repairs to protect your home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg", imageAlt: "Repair" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg", imageAlt: "Repair" } },
{ title: "Exterior Property Care", description: "From gutters and siding to pressure washing and junk removal, we handle it all.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg", imageAlt: "Exterior" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg", imageAlt: "Exterior" } }
{ title: "Roof Replacement & Installation", description: "High-quality installation for all roof types, ensuring durability and style.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg?_wi=1", imageAlt: "Roofing" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg?_wi=2", imageAlt: "Roofing" } },
{ title: "Repair & Inspection", description: "Comprehensive roof inspections and fast, reliable repairs to protect your home.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg?_wi=3", imageAlt: "Repair" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg?_wi=4", imageAlt: "Repair" } },
{ title: "Exterior Property Care", description: "From gutters and siding to pressure washing and junk removal, we handle it all.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg?_wi=5", imageAlt: "Exterior" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg?_wi=6", imageAlt: "Exterior" } }
]}
showStepNumbers={false}
title="Our Services"
@@ -60,8 +60,8 @@ export default function ServicesPage() {
title="Additional Services"
description="Beyond just roofs, we provide complete property solutions."
features={[
{ title: "Siding Installation", description: "Premium vinyl and wood siding options.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg" },
{ title: "Gutter Maintenance", description: "Cleaning and custom seamless gutter installs.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg" }
{ title: "Siding Installation", description: "Premium vinyl and wood siding options.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg?_wi=7" },
{ title: "Gutter Maintenance", description: "Cleaning and custom seamless gutter installs.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg?_wi=8" }
]}
/>
</div>