From 4eb9a32f477dabf54f696ba1a8cb53391bd5f3c4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 02:50:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 600ce5f..2c7f22d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,19 +51,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah J.", handle: "Homeowner", testimonial: "Installed metal roofing, gutters, and siding. No leaks, great cleanup, and works with insurance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg", imageAlt: "luxury home modern roof exterior"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg?_wi=1", imageAlt: "luxury home modern roof exterior"}, { name: "Mike R.", handle: "Homeowner", testimonial: "On time, fair pricing, and better work than most in town. 5-star company.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/streetlight_23-2148098639.jpg", imageAlt: "roof replacement work professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/streetlight_23-2148098639.jpg?_wi=1", imageAlt: "roof replacement work professional"}, { name: "David K.", handle: "Homeowner", testimonial: "Re-roofed our house, added gutters, and even painted. Reliable and no nails left behind.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080188.jpg", imageAlt: "seamless gutter installation"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080188.jpg?_wi=1", imageAlt: "seamless gutter installation"}, { name: "Emily R.", handle: "Homeowner", testimonial: "The crew was professional and handled our claim seamlessly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/windows-apartment-building-city_23-2148798614.jpg", imageAlt: "modern vinyl house siding"}, + imageSrc: "http://img.b2bpic.net/free-photo/windows-apartment-building-city_23-2148798614.jpg?_wi=1", imageAlt: "modern vinyl house siding"}, { name: "Jason L.", handle: "Homeowner", testimonial: "Best roofing experience we've had. Fast, honest, and high quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensioner-filling-out-aform_53876-165297.jpg", imageAlt: "storm damage roof inspection"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensioner-filling-out-aform_53876-165297.jpg?_wi=1", imageAlt: "storm damage roof inspection"}, ]} buttons={[ { @@ -71,7 +71,7 @@ export default function LandingPage() { { text: "Call (970) 702-6509", href: "tel:9707026509"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg?_wi=2" showDimOverlay={true} avatars={[ { @@ -99,36 +99,36 @@ export default function LandingPage() { title: "Roofing", description: "Full replacements, repairs, and high-quality metal, tile, and shingle systems.", icon: Building2, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/streetlight_23-2148098639.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/streetlight_23-2148098639.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/streetlight_23-2148098639.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/streetlight_23-2148098639.jpg?_wi=3"}, ], }, { title: "Gutters", description: "Expert seamless gutter installation and comprehensive drainage solutions.", icon: Droplets, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080188.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080188.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080188.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/abstract-daytime-shadows-from-outdoors_23-2149080188.jpg?_wi=3"}, ], }, { title: "Siding", description: "Upgrade your home's curb appeal and weather protection with modern siding.", icon: LayoutDashboard, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/windows-apartment-building-city_23-2148798614.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/windows-apartment-building-city_23-2148798614.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/windows-apartment-building-city_23-2148798614.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/windows-apartment-building-city_23-2148798614.jpg?_wi=3"}, ], }, { title: "Storm & Insurance", description: "Expert insurance claim assistance and fast storm damage restoration services.", icon: Cloud, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/pensioner-filling-out-aform_53876-165297.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensioner-filling-out-aform_53876-165297.jpg?_wi=2"}, { - imageSrc: "http://img.b2bpic.net/free-photo/pensioner-filling-out-aform_53876-165297.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensioner-filling-out-aform_53876-165297.jpg?_wi=3"}, ], }, ]} @@ -164,19 +164,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah J.", role: "Greeley, CO", company: "Homeowner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/windows-apartment-building-city_23-2148798614.jpg", imageAlt: "modern vinyl house siding"}, + imageSrc: "http://img.b2bpic.net/free-photo/windows-apartment-building-city_23-2148798614.jpg?_wi=4", imageAlt: "modern vinyl house siding"}, { id: "2", name: "Mike R.", role: "Greeley, CO", company: "Homeowner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pensioner-filling-out-aform_53876-165297.jpg", imageAlt: "storm damage roof inspection"}, + imageSrc: "http://img.b2bpic.net/free-photo/pensioner-filling-out-aform_53876-165297.jpg?_wi=4", imageAlt: "storm damage roof inspection"}, { id: "3", name: "David K.", role: "Greeley, CO", company: "Homeowner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571915.jpg", imageAlt: "roofing contractor professional consultation"}, + imageSrc: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571915.jpg?_wi=1", imageAlt: "roofing contractor professional consultation"}, { id: "4", name: "Emily R.", role: "Greeley, CO", company: "Homeowner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg", imageAlt: "luxury home modern roof exterior"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg?_wi=3", imageAlt: "luxury home modern roof exterior"}, { id: "5", name: "Jason L.", role: "Greeley, CO", company: "Homeowner", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/streetlight_23-2148098639.jpg", imageAlt: "roof replacement work professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/streetlight_23-2148098639.jpg?_wi=4", imageAlt: "roof replacement work professional"}, ]} kpiItems={[ { @@ -210,7 +210,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "Details about your roofing or exterior needs...", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571915.jpg" + imageSrc="http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571915.jpg?_wi=2" buttonText="Schedule My Free Inspection" /> -- 2.49.1