Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-07 18:30:05 +00:00

View File

@@ -41,13 +41,13 @@ export default function ServicesPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Roof Replacement", description: "High-quality installation", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg" } },
{ title: "Inspection", description: "Detailed checkup", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg" } },
{ title: "Exterior", description: "Full property care", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg" } }
{ 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" } }
]}
showStepNumbers={false}
title="Our Services"
description="Expert solutions."
description="Expert solutions for your entire property exterior."
/>
</div>
@@ -58,10 +58,10 @@ export default function ServicesPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Additional Services"
description="Beyond just roofs."
description="Beyond just roofs, we provide complete property solutions."
features={[
{ title: "Siding Installation", description: "Premium vinyl and wood.", media: { imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg" } },
{ title: "Gutter Maintenance", description: "Cleaning and custom.", media: { 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" },
{ title: "Gutter Maintenance", description: "Cleaning and custom seamless gutter installs.", imageSrc: "http://img.b2bpic.net/free-photo/photo-ground-texture-pattern_58702-15895.jpg" }
]}
/>
</div>