From 3464785d9ff373ad26737b72724e9cfae624c2fc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 23:02:31 +0000 Subject: [PATCH 1/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e32c523..bfa93e1 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -76,10 +76,10 @@ export default function ContactPage() { testimonials={[ { id: "1", name: "Holly S.", role: "Satisfied Homeowner", company: "Local Resident", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Portrait of Holly S., a satisfied homeowner."}, + imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=2", imageAlt: "Portrait of Holly S., a satisfied homeowner."}, { id: "2", name: "J Fleck", role: "Local Resident", company: "Homeowner", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg", imageAlt: "Portrait of J Fleck, a homeowner."}, + imageSrc: "https://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg?_wi=2", imageAlt: "Portrait of J Fleck, a homeowner."}, ]} title="Trusted By Your Neighbors" description='"He told me my roof was fine and didn’t need anything. That kind of honesty is rare." - J Fleck' -- 2.49.1 From 05a9f34ce060df96ce55c95e4585bde21781986f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 23:02:32 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d74cd0d..f9de848 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function HomePage() { { text: "Talk to Ryan Directly", href: "/contact" }, ]} background={{ variant: "plain" }} - imageSrc="https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg" + imageSrc="https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg?_wi=1" imageAlt="Cinematic drone shot of a luxury home roof replacement at golden hour." mediaAnimation="opacity" frameStyle="card" @@ -100,13 +100,13 @@ export default function HomePage() { features={[ { id: "1", category: ["Expertise"], - title: "Insurance Claim Experts", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg", imageAlt: "Insurance claim expert icon."}, + title: "Insurance Claim Experts", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg?_wi=1", imageAlt: "Insurance claim expert icon."}, { id: "2", category: ["Efficiency"], - title: "One-Day Installs", imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg", imageAlt: "One-day installs icon."}, + title: "One-Day Installs", imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg?_wi=1", imageAlt: "One-day installs icon."}, { id: "3", category: ["Integrity"], - title: "Radical Honesty", imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg", imageAlt: "Radical honesty icon."}, + title: "Radical Honesty", imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg?_wi=1", imageAlt: "Radical honesty icon."}, ]} animationType="slide-up" title="We’re Not Just Roofers. We’re Protectors of Your Investment." @@ -126,16 +126,16 @@ export default function HomePage() { features={[ { id: "1", category: ["Residential"], - title: "Residential Roofing", imageSrc: "https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg", imageAlt: "Residential Roofing service image."}, + title: "Residential Roofing", imageSrc: "https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg?_wi=2", imageAlt: "Residential Roofing service image."}, { id: "2", category: ["Free Service"], - title: "Roof Inspections", imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg", imageAlt: "Roof Inspections service image."}, + title: "Roof Inspections", imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg?_wi=2", imageAlt: "Roof Inspections service image."}, { id: "3", category: ["Restoration"], - title: "Storm & Insurance Restoration", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg", imageAlt: "Storm & Insurance Restoration service image."}, + title: "Storm & Insurance Restoration", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg?_wi=2", imageAlt: "Storm & Insurance Restoration service image."}, { id: "4", category: ["Emergency"], - title: "Leak Detection & Repairs", imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg", imageAlt: "Leak Detection & Repairs service image."}, + title: "Leak Detection & Repairs", imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg?_wi=2", imageAlt: "Leak Detection & Repairs service image."}, ]} animationType="slide-up" title="Our Comprehensive Services" @@ -156,10 +156,10 @@ export default function HomePage() { testimonials={[ { id: "1", name: "Holly S.", role: "Satisfied Homeowner", company: "Local Resident", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Portrait of Holly S., a satisfied homeowner."}, + imageSrc: "https://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg?_wi=1", imageAlt: "Portrait of Holly S., a satisfied homeowner."}, { id: "2", name: "J Fleck", role: "Local Resident", company: "Homeowner", rating: 5, - imageSrc: "https://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg", imageAlt: "Portrait of J Fleck, a homeowner."}, + imageSrc: "https://img.b2bpic.net/free-photo/portrait-handsome-smiling-stylish-hipster-lambersexual-model_158538-17986.jpg?_wi=1", imageAlt: "Portrait of J Fleck, a homeowner."}, { id: "3", name: "Rick L.", role: "Local Resident", company: "Homeowner", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/happy-mature-business-man-standing-office-cafe-leaning-counter-holding-jacket-shoulder-showing-thumb-up-like_74855-10007.jpg", imageAlt: "Portrait of Rick L., a homeowner."}, -- 2.49.1 From d17a061a24b0238924b51e46639a42656a9dbd02 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Feb 2026 23:02:33 +0000 Subject: [PATCH 3/3] 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 b1ff4b0..e00ae48 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -59,16 +59,16 @@ export default function ServicesPage() { features={[ { id: "1", category: ["Residential"], - title: "Residential Roofing", imageSrc: "https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg", imageAlt: "Residential Roofing service image."}, + title: "Residential Roofing", imageSrc: "https://img.b2bpic.net/free-photo/modern-country-houses-construction_1385-20.jpg?_wi=3", imageAlt: "Residential Roofing service image."}, { id: "2", category: ["Free Service"], - title: "Roof Inspections", imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg", imageAlt: "Roof Inspections service image."}, + title: "Roof Inspections", imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg?_wi=3", imageAlt: "Roof Inspections service image."}, { id: "3", category: ["Restoration"], - title: "Storm & Insurance Restoration", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg", imageAlt: "Storm & Insurance Restoration service image."}, + title: "Storm & Insurance Restoration", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg?_wi=3", imageAlt: "Storm & Insurance Restoration service image."}, { id: "4", category: ["Emergency"], - title: "Leak Detection & Repairs", imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg", imageAlt: "Leak Detection & Repairs service image."}, + title: "Leak Detection & Repairs", imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg?_wi=3", imageAlt: "Leak Detection & Repairs service image."}, ]} animationType="slide-up" title="Our Comprehensive Services" @@ -88,13 +88,13 @@ export default function ServicesPage() { features={[ { id: "1", category: ["Expertise"], - title: "Insurance Claim Experts", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg", imageAlt: "Insurance claim expert icon."}, + title: "Insurance Claim Experts", imageSrc: "https://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752886.jpg?_wi=4", imageAlt: "Insurance claim expert icon."}, { id: "2", category: ["Efficiency"], - title: "One-Day Installs", imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg", imageAlt: "One-day installs icon."}, + title: "One-Day Installs", imageSrc: "https://img.b2bpic.net/free-vector/road-worker-flat_98292-813.jpg?_wi=4", imageAlt: "One-day installs icon."}, { id: "3", category: ["Integrity"], - title: "Radical Honesty", imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg", imageAlt: "Radical honesty icon."}, + title: "Radical Honesty", imageSrc: "https://img.b2bpic.net/free-vector/usa-labor-day-badge-collection-flat-style_23-2148237287.jpg?_wi=4", imageAlt: "Radical honesty icon."}, ]} animationType="slide-up" title="The Value Behind Our Services" -- 2.49.1