From fd0cead230e3f833fcaf45bbb664455f7efacf99 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 18:30:02 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 0099596..93cddfd 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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." /> @@ -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" } ]} />