diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 93cddfd..ba72d6e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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" } ]} />