From f95492bb1ccbb60642d186ce8a72e6db2acdbe97 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:33:06 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e00dfe8..faf6acf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -88,20 +88,20 @@ export default function AboutPage() { { text: "Request Quote Online", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg" + imageSrc="http://img.b2bpic.net/free-photo/tennis-player-serving_23-2147821230.jpg?_wi=2" imageAlt="Professional roofing crew installing new roof" mediaAnimation="slide-up" buttonAnimation="slide-up" testimonials={[ { name: "Sarah Martinez", handle: "Homeowner, North Side", testimonial: "Fast, professional, and honest pricing. They fixed our roof in one day!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg?_wi=3"}, { name: "John Thompson", handle: "Property Manager, Downtown", testimonial: "Reliable and responsive. We trust them for all our properties.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3"}, { name: "David Chen", handle: "Commercial Building Owner", testimonial: "Expert in commercial flat roofing. Their warranty is unbeatable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg?_wi=3"}, ]} useInvertedBackground={false} imagePosition="right" @@ -137,13 +137,13 @@ export default function AboutPage() { tagIcon={CheckCircle} features={[ { - title: "Roof Repair", description: "Expert diagnosis and fast fixes for leaks, missing shingles, and storm damage.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg", imageAlt: "Professional roof repair work", buttonIcon: Wrench, + title: "Roof Repair", description: "Expert diagnosis and fast fixes for leaks, missing shingles, and storm damage.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-selective-focus-shot-wooden-fence_181624-56303.jpg?_wi=2", imageAlt: "Professional roof repair work", buttonIcon: Wrench, }, { - title: "Roof Replacement", description: "Complete roof system replacement with premium materials and multi-year warranties.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", imageAlt: "New roof installation", buttonIcon: Home, + title: "Roof Replacement", description: "Complete roof system replacement with premium materials and multi-year warranties.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg?_wi=2", imageAlt: "New roof installation", buttonIcon: Home, }, { - title: "Roof Maintenance", description: "Preventative inspections, cleaning, and maintenance to extend roof life and avoid costly repairs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-factory-engineer-worker-standing-metal-platform-industrial-storage-tanks-looking-camera_342744-445.jpg", imageAlt: "Routine roof maintenance", buttonIcon: CheckCircle, + title: "Roof Maintenance", description: "Preventative inspections, cleaning, and maintenance to extend roof life and avoid costly repairs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-factory-engineer-worker-standing-metal-platform-industrial-storage-tanks-looking-camera_342744-445.jpg?_wi=2", imageAlt: "Routine roof maintenance", buttonIcon: CheckCircle, }, ]} textboxLayout="default"